From: Navneet Singh Date: Mon, 17 Feb 2014 13:05:50 +0000 (+0530) Subject: Fix missing package dependency for requests X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a5c5e6871d1d1a3c25627835208fa800eb125934;p=openstack-build%2Fcinder-build.git Fix missing package dependency for requests The package named requests is used by NetApp eseries driver for doing client/server communications. This entry is absent in requirements.txt. The patch fixes it. Closes-bug: #1291325 Change-Id: I044ecce433d3d9e0409762a3e4551e1ce17f607d --- diff --git a/requirements.txt b/requirements.txt index 8d795860d..2341f903d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,7 @@ python-glanceclient>=0.9.0 python-keystoneclient>=0.6.0 python-novaclient>=2.17.0 python-swiftclient>=1.6 +requests>=1.1 Routes>=1.12.3 taskflow>=0.1.3,<0.2 rtslib-fb>=2.1.39