summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 10:09:23 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:35 -0500
commitebe1a4e823cb7b47e0cb85a22c7d3e2398da47d0 (patch)
treee6b2cf6f7745d155738274cd710fa80e139d5a8f /meta-openstack/recipes-devtools/python/python-glance_git.bb
parentcd8ab215f77aa124f8b2229fc1dd43d65ac81145 (diff)
downloadmeta-cloud-services-ebe1a4e823cb7b47e0cb85a22c7d3e2398da47d0.tar.gz
glance: add RDEPENDS on python-pip
Havana requires the pip module, so we add it into glance's runtime dependencies. This package comes from meta-oe, so an up to date checkout is required. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 284399e..2fe4ed0 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -105,6 +105,7 @@ RDEPENDS_${PN} += "python-greenlet \
105 python-kombu \ 105 python-kombu \
106 python-iso8601 \ 106 python-iso8601 \
107 python-oslo.config \ 107 python-oslo.config \
108 python-pip \
108 python-lxml \ 109 python-lxml \
109 python-paste \ 110 python-paste \
110 python-pycrypto \ 111 python-pycrypto \