]> git.pld-linux.org Git - packages/python-cassandra.git/commitdiff
Initial version 2.1.1-1.
authorMateusz Korniak <matkor@pld-linux.org>
Wed, 1 Oct 2014 09:56:44 +0000 (11:56 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Wed, 1 Oct 2014 09:56:44 +0000 (11:56 +0200)
python-cassandra-futures_already_in_py32.patch [new file with mode: 0644]

diff --git a/python-cassandra-futures_already_in_py32.patch b/python-cassandra-futures_already_in_py32.patch
new file mode 100644 (file)
index 0000000..b17c6b7
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./setup.py.futures_already_in_py32 2014-09-09 19:12:13.000000000 +0200
++++ ./setup.py 2014-10-01 11:46:08.310521057 +0200
+@@ -182,7 +182,7 @@ def run_setup(extensions):
+         kw['cmdclass']['build_ext'] = build_extensions
+         kw['ext_modules'] = extensions
+-    dependencies = ['futures', 'six >=1.6']
++    dependencies = ['six >=1.6']
+     setup(
+         name='cassandra-driver',
This page took 0.168322 seconds and 4 git commands to generate.