[Python-modules-commits] [python-cassandra-driver] 04/06: dont use cython, cassandra-driver is incompatible with 0.25 we have

Sandro Tosi morph at moszumanska.debian.org
Sat Dec 17 18:13:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository python-cassandra-driver.

commit 883b0165944c285121423a55cf217c742eb36f0e
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Dec 17 13:09:04 2016 -0500

    dont use cython, cassandra-driver is incompatible with 0.25 we have
---
 debian/changelog | 4 +++-
 debian/rules     | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0c94e10..703b654 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 python-cassandra-driver (3.7.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * debian/rules
+    - dont use cython, cassandra-driver is incompatible with 0.25 we have
 
- -- Sandro Tosi <morph at debian.org>  Fri, 16 Dec 2016 22:22:43 -0500
+ -- Sandro Tosi <morph at debian.org>  Sat, 17 Dec 2016 13:08:29 -0500
 
 python-cassandra-driver (3.7.0-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 1da1735..a8058e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export CASS_DRIVER_NO_CYTHON=1
+
 %:
 	dh $@ --with python2,python3
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cassandra-driver.git



More information about the Python-modules-commits mailing list