From e109801d4d8471e1e07c6eeac63bc1acddb914ca Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 8 Dec 2015 18:33:40 +0100 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 ed0d7b8..21318d6 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb @@ -287,6 +287,7 @@ RDEPENDS_${PN} += " \ python-fixtures \ python-oslotest \ python-cryptography \ + python-functools32 \ " RDEPENDS_${SRCNAME}-tests += " bash" -- cgit v1.2.3-54-g00ecf