mirror of https://github.com/apache/cassandra
remove futures module requirement from pylib
patch by Brandon Williams; reviewed by Stefan Miklosovic for CASSANDRA-17393
This commit is contained in:
parent
5f50c797bc
commit
f3123a6538
|
|
@ -1,7 +1,6 @@
|
|||
# See python driver docs: futures and six have to be installed before
|
||||
# See python driver docs: six have to be installed before
|
||||
# cythonizing the driver, perhaps only on old pips.
|
||||
# http://datastax.github.io/python-driver/installation.html#cython-based-extensions
|
||||
futures
|
||||
six>=1.12.0
|
||||
-e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver
|
||||
# Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases.
|
||||
|
|
|
|||
Loading…
Reference in New Issue