[Python-modules-team] Bug#864697: python-fisx: Fix test dep for the case of multiple supported python3 versions

Steve Langasek steve.langasek at canonical.com
Tue Jun 13 00:09:01 UTC 2017


Package: python-fisx
Version: 1.1.2-1
Severity: important
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu artful ubuntu-patch

Hi Frédéric-Emmanuel,

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-fisx package's autopkgtests will iterate over all supported
python3 interpreters, but they don't depend on python3-all/python3-all-dbg
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/
slangasek at ubuntu.com                                     vorlon at debian.org
-------------- next part --------------
diff -Nru python-fisx-1.1.2/debian/tests/control python-fisx-1.1.2/debian/tests/control
--- python-fisx-1.1.2/debian/tests/control	2016-08-17 12:08:19.000000000 -0700
+++ python-fisx-1.1.2/debian/tests/control	2017-06-12 17:05:36.000000000 -0700
@@ -1,11 +1,11 @@
 Tests: python2
-Depends: python-fisx
+Depends: python-all, python-fisx
 
 Tests: python2-dbg
-Depends: python-fisx-dbg
+Depends: python-all-dbg, python-fisx-dbg
 
 Tests: python3
-Depends: python3-fisx
+Depends: python3-all, python3-fisx
 
 Tests: python3-dbg
-Depends: python3-fisx-dbg
\ No newline at end of file
+Depends: python3-fisx-dbg, python3-all-dbg


More information about the Python-modules-team mailing list