Pin cffi 1.14.6

Pin in requirements.txt used in charm build for py35 compatability.

Change-Id: If193493045869471a0a9186cfa3ba3c6f8856a7f
This commit is contained in:
Corey Bryant 2021-10-27 18:21:17 +00:00
parent a676eb9d90
commit 73abef5bba
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
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

View File

@ -3,6 +3,7 @@
# choices of *requirements.txt files for OpenStack Charms:
# https://github.com/openstack-charmers/release-tools
#
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
stestr>=2.2.0