Package: python-cassandra-driver
Version: 3.7.1-2.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu artful ubuntu-patch
Hi Sandro,
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-cassandra-driver package build-depends on
python{,3}-all-{dbg,dev}, but does not build for any but the default version
of python2 and python3.
Attached is the patch I've applied to Ubuntu, to change the
build-dependencies to python{,3}-{dbg,dev}, which avoids this package
unnecessarily being targeted for rebuilds. You may wish to consider
applying it in Debian.
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 python-cassandra-driver-3.7.1/debian/control
python-cassandra-driver-3.7.1/debian/control
--- python-cassandra-driver-3.7.1/debian/control 2017-04-10
14:52:26.000000000 -0700
+++ python-cassandra-driver-3.7.1/debian/control 2017-05-19
15:00:16.000000000 -0700
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Sandro Tosi <[email protected]>
Uploaders: Debian Python Modules Team
<[email protected]>
-Build-Depends: debhelper (>= 10), python-all-dev, python3-all-dev,
python-all-dbg, python3-all-dbg, python-setuptools, python3-setuptools,
libev-dev, cython, cython3, dh-python
+Build-Depends: debhelper (>= 10), python-dev, python3-dev, python-dbg,
python3-dbg, python-setuptools, python3-setuptools, libev-dev, cython, cython3,
dh-python
Standards-Version: 3.9.8
Homepage: https://github.com/datastax/python-driver
Vcs-Git:
https://anonscm.debian.org/git/python-modules/packages/python-cassandra-driver.git