summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-09-20 14:53:19 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-20 14:53:19 +0200
commitb11dd54a48fa6dd1190a55439d5c08df57aa3f8a (patch)
tree89b920f2a8fe2616b008b3fc2d5ee12c59b3b085
parent45b67f57f89721e38921d8ace7a2fb842870f0c3 (diff)
downloadmeta-cloud-services-b11dd54a48fa6dd1190a55439d5c08df57aa3f8a.tar.gz
python-keystone: Remove dogpile.core dependency
dogpile.core was superseded by dogpile.cache and is not required anymore. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 91707ad..e725e7b 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -251,7 +251,6 @@ DEPENDS += " \
251RDEPENDS_${PN} += " \ 251RDEPENDS_${PN} += " \
252 python-cryptography \ 252 python-cryptography \
253 python-dogpile.cache \ 253 python-dogpile.cache \
254 python-dogpile.core \
255 python-eventlet \ 254 python-eventlet \
256 python-fixtures \ 255 python-fixtures \
257 python-functools32 \ 256 python-functools32 \