Bump required version of pyOpenSSL
cryptography-2.0 has been released and requires
version >=1.6.2 of pyOpenSSL. This patch changed
required version of pyOpenSSL to be >= 1.6.2. Given
that we are not capping the version of cryptography
i think we shouldn't cap pyOpenSSL.
Change-Id: I044f6d74d64899eaf9edc3a3931825c5a5d6e84f
(cherry picked from commit 6d032f6908)
This commit is contained in:
@@ -3,5 +3,5 @@ netaddr>=0.7.6
|
||||
PyYAML>=3.10
|
||||
docutils>=0.11
|
||||
cryptography!=1.3.0,>=1.0
|
||||
pyOpenSSL<15.0.0
|
||||
pyOpenSSL>=16.2.0
|
||||
netifaces
|
||||
|
||||
Reference in New Issue
Block a user