diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-05-13 15:24:27 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-13 16:50:29 -0400 |
commit | 6b21d33f4305559bd781555f677955d46d7ca0c9 (patch) | |
tree | 390811926bb40768b204aa4605bed6ad6f35d7cc /meta-openstack | |
parent | 42af0a3c1dc2d6a19f5ba7b1165a98d7034195ad (diff) | |
download | meta-cloud-services-6b21d33f4305559bd781555f677955d46d7ca0c9.tar.gz |
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 <module>
from oslo_policy import policy as common_policy
ImportError: No module named oslo_policy
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystone_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} += " \ | |||
281 | python-dogpile.cache \ | 281 | python-dogpile.cache \ |
282 | python-pbr \ | 282 | python-pbr \ |
283 | python-pysaml2 \ | 283 | python-pysaml2 \ |
284 | python-oslo.policy \ | ||
284 | python-oslo.utils \ | 285 | python-oslo.utils \ |
285 | python-oauthlib \ | 286 | python-oauthlib \ |
286 | python-fixtures \ | 287 | python-fixtures \ |