Require cffi >= 1.7.0
cryptography requires the newer version of cffi, which was released 2016-06. Every user in OpenStack except for oslo.privsep is using cffi only via cryptography, so that should be fine. Change-Id: I8e9cfae4d47c7045b333e43e69012e5f6751f48e
This commit is contained in:
@@ -17,7 +17,7 @@ cassandra-driver>=2.1.4,!=3.6.0 # Apache-2.0
|
||||
castellan>=0.14.0 # Apache-2.0
|
||||
ceilometermiddleware>=1.1.0 # Apache-2.0
|
||||
cachetools>=2.0.0 # MIT License
|
||||
cffi>=1.1.2 # MIT
|
||||
cffi>=1.7.0 # MIT
|
||||
cliff>=2.8.0,!=2.9.0 # Apache-2.0
|
||||
cmd2>=0.6.7 # MIT
|
||||
cotyledon>=1.3.0 # Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user