summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index e770e98..a706223 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -95,6 +95,11 @@ FILES_${SRCNAME} = "${bindir}/* \
95 ${localstatedir}/* \ 95 ${localstatedir}/* \
96 " 96 "
97 97
98DEPENDS += " \
99 python-pip \
100 python-pbr \
101 "
102
98RDEPENDS_${PN} += "lvm2 \ 103RDEPENDS_${PN} += "lvm2 \
99 python-sqlalchemy \ 104 python-sqlalchemy \
100 python-amqplib \ 105 python-amqplib \
@@ -119,6 +124,7 @@ RDEPENDS_${PN} += "lvm2 \
119 python-keystoneclient \ 124 python-keystoneclient \
120 python-swiftclient \ 125 python-swiftclient \
121 python-oslo.config \ 126 python-oslo.config \
127 python-pbr \
122 " 128 "
123 129
124RDEPENDS_${SRCNAME} = "${PN} \ 130RDEPENDS_${SRCNAME} = "${PN} \