21.10 - Update requirements.txt - pin cffi 1.14.6
* On stable/21.10 branch * Pin cffi 1.14.6 in requirements.txt used in charm build for py35 compatability. Change-Id: I58609f5727f8a450436b646e9156ffccad62dbadchanges/93/814293/1
parent
981d0d7dcb
commit
66127f86fa
|
@ -6,10 +6,10 @@
|
|||
# NOTE(lourot): This might look like a duplication of test-requirements.txt but
|
||||
# some tox targets use only test-requirements.txt whereas charm-build uses only
|
||||
# requirements.txt
|
||||
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
|
||||
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
|
||||
|
||||
# Build requirements
|
||||
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
|
||||
charm-tools==2.8.3
|
||||
|
||||
simplejson
|
||||
|
|
Loading…
Reference in New Issue