From: Lucian Petrut Date: Tue, 10 Nov 2015 12:23:05 +0000 (+0200) Subject: Add os-win to requirements.txt X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=543a287a89d2a461fe783aeed82cba4ac2720413;p=openstack-build%2Fcinder-build.git Add os-win to requirements.txt A common library abstracting Windows specific operations has been created in order to remove duplicated code among OpenStack projects, also being easier to maintain. This patch adds os-win to global requirements so that the Windows drivers may use it. Change-Id: I796f8849dec1c46b99595c096b1c4b10b5a0221f Partially-implements: blueprint windows-os-win --- diff --git a/requirements.txt b/requirements.txt index 59a36eba2..c462c7cc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,3 +52,4 @@ WebOb>=1.2.3 oslo.i18n>=1.5.0 # Apache-2.0 oslo.vmware>=1.16.0 # Apache-2.0 os-brick>=0.4.0 # Apache-2.0 +os-win>=0.0.6 # Apache-2.0