Package: python-fisx
Version: 1.1.2-1
Severity: important
Tags: patch
User: ubuntu-de...@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/
slanga...@ubuntu.com                                     vor...@debian.org
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
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to