robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

Installer prefers python36-robotpy-cscore 2017.0.0rc3 over 2017.0.0 #12

Closed auscompgeek closed 7 years ago

auscompgeek commented 7 years ago

From a quick glance at the installer source, it looks like the installer will just look at the last instance of the package declared in the Packages file?

virtuald commented 7 years ago

No, it uses LooseVersion to order the packages (see line 127). I did an installation with opkg, and it prefers 2017.0.0rc3 over 2017.0.0 as well, so the problem is with the version scheme I'm using, not the installer. I'm planning to push a new cscore release tonight anyways, so this should hopefully be moot.