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
This commit is contained in:
Alfredo Moralejo 2017-07-18 11:49:06 +02:00
parent 335f91ad2f
commit 6d032f6908
1 changed files with 1 additions and 1 deletions

View File

@ -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