Package: python-aalib Version: 0.3.2-1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu artful ubuntu-patch
Hi Stefano, In Ubuntu, we've begun the transition from python3.5 to python3.6, which in the first stages involves enabling python3.6 as a non-default, supported python3 version. The python-aalib package's autopkgtests will iterate over all supported python3 interpreters, but they don't depend on python3-all to guarantee that these interpreters are installed on the system. I have uploaded the attached simple patch to Ubuntu to address this. Please consider applying it in Debian as well. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
diff -Nru python-aalib-0.3.2/debian/tests/control python-aalib-0.3.2/debian/tests/control --- python-aalib-0.3.2/debian/tests/control 2016-07-30 18:50:04.000000000 -0700 +++ python-aalib-0.3.2/debian/tests/control 2017-06-12 16:15:27.000000000 -0700 @@ -1,5 +1,5 @@ Tests: smoketest -Depends: python-aalib, python-pil +Depends: python-all, python-aalib, python-pil Tests: smoketest3 -Depends: python3-aalib, python3-pil +Depends: python3-all, python3-aalib, python3-pil