From 01b9e1106dffae1532887e918b9433096f06a560 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Tue, 14 Apr 2020 13:37:25 +0000 Subject: [PATCH] Install "wmi" library in "win32" systems Change-Id: Ifb2af895e0d0f1935c63950fcae4480c090d1356 Closes-Bug: #1872713 --- lower-constraints.txt | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/lower-constraints.txt b/lower-constraints.txt index 693ffa03868..639fbe4c562 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 875fc4ba821..005dc7b27fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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