summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-10-30 15:23:18 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-10-30 16:55:03 -0400
commit6002b1f81eaac75ea96401ad36ea6178981dd268 (patch)
tree55e674810c464e087b18695cafb2013a91ea90e1 /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parent9b2760a552ede25617e2a67b4f2e9c4cd3972cfa (diff)
downloadmeta-cloud-services-6002b1f81eaac75ea96401ad36ea6178981dd268.tar.gz
keystone: add missing functools32 module
Keystone fails to install due to functools32 missing. Add a new recipe for functools32 and include the dependency in keystone. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb1
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 8fbf996..58aa449 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -286,6 +286,7 @@ RDEPENDS_${PN} += " \
286 python-oauthlib \ 286 python-oauthlib \
287 python-fixtures \ 287 python-fixtures \
288 python-oslotest \ 288 python-oslotest \
289 python-functools32 \
289 " 290 "
290 291
291RDEPENDS_${SRCNAME}-tests += " bash" 292RDEPENDS_${SRCNAME}-tests += " bash"