Merge "[OVN] Add missing pyOpenSSL requirement"
This commit is contained in:
commit
3b03b509ee
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user