Ok, so I have a proposed fix for this failure here, but I would appreciate someone to review as I don't know enough about the conventions in python packages. The issue here is that in debian/rules we use pyversions/py3versions -s - which basically means to print all 'supported' versions, regardless if those are installed currently or not. Since right now both 3.4 and 3.5 are supported, it wants to install it for both - even though only one is installed. My proposed fix is to use -i instead - printing all supported and installed versions. This way we define what to build the package against in the dependencies. I think this is more correct.
We could also change the deps, but that would be ugly. ** Patch added: "Fix for the FTBFS" https://bugs.launchpad.net/ubuntu/+source/pylint/+bug/1506536/+attachment/4496077/+files/pylint_1.3.1-3ubuntu2.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506536 Title: FTBFS because of python3.5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pylint/+bug/1506536/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
