Then installed scangearmp-common 1.8 and that installed, but when I tried to install scangearmp-mx410series-1.70 it says its dependency is scangearmp-common 1.70.
This behavior is 100% explainable and caused by
<RuntimeDependencies>
<Dependency version="1.70">scangearmp-common</Dependency>
</RuntimeDependencies>
in pspec.xml and will be solved after building a new release with
<RuntimeDependencies>
<Dependency versionFrom="1.70">scangearmp-common</Dependency>
</RuntimeDependencies>
This ^^^ is also part of
Now I know how I can include these packages in.......
