Package: python-graphviz
Version: 0.5.2-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu artful ubuntu-patch

Hi Diane,

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-graphviz 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-graphviz-0.5.2/debian/tests/control 
python-graphviz-0.5.2/debian/tests/control
--- python-graphviz-0.5.2/debian/tests/control  2016-12-21 13:55:52.000000000 
-0800
+++ python-graphviz-0.5.2/debian/tests/control  2017-06-12 17:13:22.000000000 
-0700
@@ -1,3 +1,3 @@
 Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd 
"$ADTTMP" ; echo "Testing with $py:" ; $py -c "import graphviz; 
print(graphviz)" ; done
-Depends: @
+Depends: @, python3-all
 

Reply via email to