From: Jackie Huang <[email protected]> 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 <[email protected]> --- 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 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
