Cap required version of pyOpenSSL

cryptography-2.0 has been released and requires
version >=1.6.2 of pyOpenSSL. These versions do not behave well with the
packages distributed in Newton, so let's cap them.

Change-Id: I044f6d74d64899eaf9edc3a3931825c5a5d6e84f
This commit is contained in:
Alfredo Moralejo 2017-07-18 11:49:06 +02:00 committed by Javier Peña
parent 39327feb59
commit 08883ece9d
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ pbr>=1.6 # Apache-2.0
netaddr>=0.7.6
PyYAML>=3.10
docutils>=0.11
cryptography!=1.3.0,>=1.0
pyOpenSSL<15.0.0
cryptography>=1.0,<1.3
pyOpenSSL>=0.15.0,<0.16.0