From 16f6b14c4d71d2f20a8445e984a10ad11f95cfd4 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Tue, 2 Jun 2015 11:57:15 +0100 Subject: [PATCH] Bump WSME to >= 0.7 WSME 0.7 was released fixing a bunch of bugs including one where installing WSME does not install its dependencies. This broke Ironic (and possibly other OpenStack services)[1], by requiring WSME >= 0.7 we can finally remove the workaround from the Ironic code. [1] https://review.openstack.org/#/c/184429/ Change-Id: I28861178fac89e6f3fabd34b048f53b6506eda5e --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 7e7b1706ef..299dcd3bdf 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -181,7 +181,7 @@ warlock>=1.0.1,<2 WebOb>=1.2.3 websockify>=0.6.0,<0.7 wheel -WSME>=0.6 +WSME>=0.7 xattr>=0.4 XenAPI>=1.2 XStatic>=1.0.0 # MIT License