Package: fiona
Version: 1.5.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu wily ubuntu-patch
Hi Johan,
The fiona package currently build-depends on python3-dev and python3-all (as
well as python-all and python-all-dev). This is inconsistent, and results
in a misbuild when there is more than one supported version of python3 as
only support for the default interpreter is installed.
The correct thing to do is to build-depend on either python3-all-dev +
python3-all, or python3-dev + python3.
Attached is a trivial patch to fix this issue. Note that the python3.5
transition is coming soon to Debian, at which point the severity of this bug
might be raised.
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/
[email protected] [email protected]
diff -Nru fiona-1.5.1/debian/control fiona-1.5.1/debian/control
--- fiona-1.5.1/debian/control 2015-02-05 10:37:23.000000000 -0800
+++ fiona-1.5.1/debian/control 2015-07-25 14:15:33.000000000 -0700
@@ -8,11 +8,11 @@
libgdal-dev,
python-cligj,
python-all,
- python-dev,
+ python-all-dev,
python-nose,
python3-cligj,
python3-all,
- python3-dev,
+ python3-all-dev,
python3-nose,
cython (>=0.21),
cython3 (>=0.21),
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel