Bug#938909: Dealing with zope.interface unsatisfiable build-dependency.

2019-12-07 Thread peter green
zope.interface is currently rc buggy because of an unsatisfiable build-depenency on python-zope.event, the package is also orphaned. The package is a key package, so the issue won't be dealt with by autoremovals, furthermore the python-zope.interface package has quite a stack of reverse depend

Bug#938909: Dealing with zope.interface unsatisfiable build-dependency.

2019-12-07 Thread peter green
On 07/12/2019 07:47, peter green wrote: It would be preferable to only disable the testsuite for python2, but I have no idea how to do that, so my current debdiff disables the testsuite completely, I also ran into an issue with the package's clean target not cleaning up properly. Just realized

Bug#938909: Dealing with zope.interface unsatisfiable build-dependency.

2019-12-07 Thread Håvard Flaget Aasen
If you still wish to disable tests for python 2, you might be looking for this export PYBUILD_DISABLE_python2=test That line in debian/rules should work. You have some more options here: https://wiki.debian.org/Python/Pybuild and perhaps the manpages. On 07.12.2019 09:12, peter green wrote:

Bug#938909: Dealing with zope.interface unsatisfiable build-dependency.

2019-12-07 Thread peter green
On 07/12/2019 15:09, Håvard Flaget Aasen wrote: If you still wish to disable tests for python 2, you might be looking for this export PYBUILD_DISABLE_python2=test That line in debian/rules should work. You have some more options here: https://wiki.debian.org/Python/Pybuild and perhaps the manp