summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb6
1 files changed, 6 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 ca09907..1bd24d0 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -101,6 +101,11 @@ FILES_${SRCNAME}-registry = "${bindir}/glance-registry \
101 ${sysconfdir}/init.d/glance-registry \ 101 ${sysconfdir}/init.d/glance-registry \
102 " 102 "
103 103
104DEPENDS += " \
105 python-pip \
106 python-pbr \
107 "
108
104RDEPENDS_${PN} += "python-greenlet \ 109RDEPENDS_${PN} += "python-greenlet \
105 python-sqlalchemy \ 110 python-sqlalchemy \
106 python-anyjson \ 111 python-anyjson \
@@ -121,6 +126,7 @@ RDEPENDS_${PN} += "python-greenlet \
121 python-jsonschema \ 126 python-jsonschema \
122 python-keystoneclient \ 127 python-keystoneclient \
123 python-swiftclient \ 128 python-swiftclient \
129 python-pbr \
124 " 130 "
125 131
126RDEPENDS_${SRCNAME} = "${PN} \ 132RDEPENDS_${SRCNAME} = "${PN} \