Merge "[OVN] Add missing pyOpenSSL requirement"

This commit is contained in:
Zuul 2020-01-21 05:21:11 +00:00 committed by Gerrit Code Review
commit 3b03b509ee
2 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Pygments==2.2.0
pyinotify==0.9.6
pylint==2.2.0
PyMySQL==0.7.6
pyOpenSSL==17.1.0
pyparsing==2.1.0
pyperclip==1.5.27
pyroute2==0.5.7

View File

@ -49,6 +49,7 @@ ovs>=2.8.0 # Apache-2.0
ovsdbapp>=0.17.0 # Apache-2.0
psutil>=3.2.2 # BSD
pyroute2>=0.5.7;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2)
pyOpenSSL>=17.1.0 # Apache-2.0
python-novaclient>=9.1.0 # Apache-2.0
openstacksdk>=0.31.2 # Apache-2.0