summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
index a41405f..acfc6e7 100644
--- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -19,14 +19,14 @@ DEPENDS += " \
19 19
20inherit setuptools3 monitor rmargparse 20inherit setuptools3 monitor rmargparse
21 21
22FILES_${PN} += "${datadir}/${SRCNAME}" 22FILES:${PN} += "${datadir}/${SRCNAME}"
23 23
24# Satisfy setup.py 'setup_requires' 24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \ 25DEPENDS += " \
26 python-pbr-native \ 26 python-pbr-native \
27 " 27 "
28 28
29RDEPENDS_${PN} += " \ 29RDEPENDS:${PN} += " \
30 gmp \ 30 gmp \
31 bash \ 31 bash \
32 python-pbr \ 32 python-pbr \