From cf09aa73b28c76b0ea6edea53caef0db7175d150 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 9 Nov 2017 14:53:58 +0100 Subject: python-oslo.cache: Add python-memcached as dependency This is not specified in package requirements, but the nova-compute fails with b/c of this. Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb index 489a7bf..c761956 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb @@ -29,4 +29,5 @@ RDEPENDS_${PN} += " \ python-oslo.i18n \ python-oslo.log \ python-oslo.utils \ + python-memcached \ " -- cgit v1.2.3-54-g00ecf