KSP-RO / RealSolarSystem

Changes KSP's solar system to make it like the real one.
130 stars 92 forks source link

.netkan file needs to reflect incompatibility with parallax 2.0 #275

Closed Qazerowl closed 1 year ago

Qazerowl commented 2 years ago

The RSS package on CKAN recommends parallax, but parallax version 2 is the default version. the .netkan file in this repo needs to be updated to reflect the incompatibility with parallax =< 2.0, so that an older version is installed by default.

NathanKell commented 2 years ago

I do not believe this can be done for mere recommends, only depends, but @HebaruSan may know for sure.

HebaruSan commented 2 years ago

I think this would make it pull in the right version when installing:

recommends:
  - name: Parallax
    max_version: 1.3.1

But then the user would be able to upgrade afterwards. This might be better:

conflicts:
  - name: Parallax
    min_version: 2.0.0
siimav commented 1 year ago

According to https://github.com/KSP-RO/RP-0/issues/1851 this is no longer an issue