Install "wmi" library in "win32" systems

Change-Id: Ifb2af895e0d0f1935c63950fcae4480c090d1356
Closes-Bug: #1872713
This commit is contained in:
Rodolfo Alonso Hernandez 2020-04-14 13:37:25 +00:00
parent 4b02ed8225
commit 01b9e1106d
2 changed files with 2 additions and 0 deletions

View File

@ -151,4 +151,5 @@ vine==1.1.4
waitress==1.1.0
WebOb==1.8.2
WebTest==2.0.27
wmi==1.4.9
wrapt==1.7.0

View File

@ -58,3 +58,4 @@ os-xenapi>=0.3.1 # Apache-2.0
os-vif>=1.15.1 # Apache-2.0
futurist>=1.2.0 # Apache-2.0
tooz>=1.58.0 # Apache-2.0
wmi>=1.4.9;sys_platform=='win32' # MIT