summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb52
1 files changed, 31 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index eb5fa3f..15ecb84 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -249,37 +249,47 @@ DEPENDS += " \
249 " 249 "
250 250
251RDEPENDS_${PN} += " \ 251RDEPENDS_${PN} += " \
252 python-pycadf \ 252 python-cryptography \
253 python-oslo.db \ 253 python-dogpile.cache \
254 python-pam \ 254 python-dogpile.core \
255 python-webob \
256 python-eventlet \ 255 python-eventlet \
256 python-fixtures \
257 python-functools32 \
257 python-greenlet \ 258 python-greenlet \
258 python-pastedeploy \
259 python-paste \
260 python-routes \
261 python-sqlalchemy \
262 python-sqlalchemy-migrate \
263 python-passlib \
264 python-lxml \
265 python-iso8601 \ 259 python-iso8601 \
260 python-jsonschema \
266 python-keystoneclient \ 261 python-keystoneclient \
262 python-keystonemiddleware \
263 python-lxml \
264 python-msgpack \
265 python-oauthlib \
267 python-openstack-nose \ 266 python-openstack-nose \
267 python-oslo.cache \
268 python-oslo.concurrency \
268 python-oslo.config \ 269 python-oslo.config \
269 python-dogpile.core \ 270 python-oslo.context \
270 python-dogpile.cache \ 271 python-oslo.db \
271 python-pbr \ 272 python-oslo.i18n \
272 python-pysaml2 \ 273 python-oslo.log \
274 python-oslo.messaging \
275 python-oslo.middleware \
273 python-oslo.policy \ 276 python-oslo.policy \
277 python-oslo.serialization \
274 python-oslo.utils \ 278 python-oslo.utils \
275 python-oauthlib \
276 python-fixtures \
277 python-oslotest \ 279 python-oslotest \
278 python-functools32 \ 280 python-osprofiler \
279 python-six \ 281 python-pam \
280 python-routes \ 282 python-passlib \
283 python-paste \
284 python-pastedeploy \
285 python-pbr \
281 python-pycadf \ 286 python-pycadf \
282 python-cryptography \ 287 python-pysaml2 \
288 python-routes \
289 python-six \
290 python-sqlalchemy \
291 python-sqlalchemy-migrate \
292 python-webob \
283 " 293 "
284 294
285RDEPENDS_${SRCNAME}-tests += " bash" 295RDEPENDS_${SRCNAME}-tests += " bash"