Update G-R for pyOpenSSL>=17.1.0
Octavia is using the new to_cryptography()[1] feature of pyOpenSSL[2] which is only present from 17.1.0 forward. Upper-constraints is already at 17.5.0 so we would like to bump the global-requirements and lower-constraints to a minimum of 17.1.0. [1] https://github.com/openstack/octavia/blob/master/octavia/certificates/ \ common/pkcs12.py#L35 [2] https://pyopenssl.org/en/stable/api/crypto.html#OpenSSL.crypto.X509. \ to_cryptography Change-Id: I2722988cc1366b6b10a4c949b25f2671b481ee59
This commit is contained in:
parent
40322bbda0
commit
e509d4d08d
@ -216,7 +216,7 @@ zVMCloudConnector>=0.3.2 # Apache 2.0 License
|
||||
# uuid-dev and swig
|
||||
pyngus>=2.2.0 # Apache-2.0
|
||||
|
||||
pyOpenSSL>=16.2.0 # Apache-2.0
|
||||
pyOpenSSL>=17.1.0 # Apache-2.0
|
||||
pyparsing>=2.1.0 # MIT
|
||||
pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
|
||||
pysnmp>=4.2.3 # BSD
|
||||
|
@ -92,7 +92,7 @@ requests-toolbelt===0.8.0
|
||||
simplejson===3.5.1
|
||||
suds-jurko===0.6
|
||||
python-swiftclient===3.2.0
|
||||
pyOpenSSL===16.2.0
|
||||
pyOpenSSL===17.1.0
|
||||
validictory===1.1.1
|
||||
monasca-common===2.7.0
|
||||
hyperframe===4.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user