diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-09-20 14:53:19 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-09-20 14:53:19 +0200 |
| commit | b11dd54a48fa6dd1190a55439d5c08df57aa3f8a (patch) | |
| tree | 89b920f2a8fe2616b008b3fc2d5ee12c59b3b085 /meta-openstack/recipes-devtools | |
| parent | 45b67f57f89721e38921d8ace7a2fb842870f0c3 (diff) | |
| download | meta-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>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_git.bb | 1 |
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 += " \ | |||
| 251 | RDEPENDS_${PN} += " \ | 251 | RDEPENDS_${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 \ |
