From 6002b1f81eaac75ea96401ad36ea6178981dd268 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 30 Oct 2015 15:23:18 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-keystone_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb') 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} += " \ python-oauthlib \ python-fixtures \ python-oslotest \ + python-functools32 \ " RDEPENDS_${SRCNAME}-tests += " bash" -- cgit v1.2.3-54-g00ecf