[meta-virtualization] [PATCH 04/11] python-keystone: add missing rdepends on python-oslo.policy

jackie.huang at windriver.com jackie.huang at windriver.com
Wed May 13 00:24:27 PDT 2015


From: Jackie Huang <jackie.huang at windriver.com>

Add the missing rdepends or it will fail with:
  File "/usr/lib64/python2.7/site-packages/keystone/policy/backends/rules.py", line 20, in <module>
    from oslo_policy import policy as common_policy
  ImportError: No module named oslo_policy

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-openstack/recipes-devtools/python/python-keystone_git.bb | 1 +
 1 file changed, 1 insertion(+)

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 \
-- 
1.9.1



More information about the meta-virtualization mailing list