mirror of https://github.com/apache/cassandra
Upgrade cython
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18121
This commit is contained in:
parent
4d192f728c
commit
51e3149169
|
|
@ -81,7 +81,7 @@ pip freeze
|
|||
|
||||
if [ "$cython" = "yes" ]; then
|
||||
TESTSUITE_NAME="${TESTSUITE_NAME}.cython"
|
||||
pip install "Cython>=0.27.2,<0.28"
|
||||
pip install "Cython>=0.29.15,<3.0"
|
||||
cd pylib/; python setup.py build_ext --inplace
|
||||
cd ${WORKSPACE}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue