From a5c5e6871d1d1a3c25627835208fa800eb125934 Mon Sep 17 00:00:00 2001 From: Navneet Singh Date: Mon, 17 Feb 2014 18:35:50 +0530 Subject: [PATCH] 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2