Replaces WMI with PyMI

Change-Id: Ia15b0d9c8ada0b6eada8fd9136e384373c5c83f9
This commit is contained in:
Claudiu Belu 2016-02-23 20:59:56 +02:00
parent 51d15cff6e
commit a4dec66bc2
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +0,0 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
WMI>=1.4.9

View File

@ -14,3 +14,6 @@ oslo.utils>=3.4.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
eventlet>=0.18.2 # MIT
# Windows-only requirements
PyMI>=1.0.0;sys_platform=='win32' # Apache 2.0 License