From 6b21d33f4305559bd781555f677955d46d7ca0c9 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:27 +0800 Subject: python-keystone: add missing rdepends on python-oslo.policy Add the missing rdepends or it will fail with: File "/usr/lib64/python2.7/site-packages/keystone/policy/backends/rules.py", line 20, in from oslo_policy import policy as common_policy ImportError: No module named oslo_policy Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-keystone_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index b13d36b..8fbf996 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb @@ -281,6 +281,7 @@ RDEPENDS_${PN} += " \ python-dogpile.cache \ python-pbr \ python-pysaml2 \ + python-oslo.policy \ python-oslo.utils \ python-oauthlib \ python-fixtures \ -- cgit v1.2.3-54-g00ecf