diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-12-08 18:33:40 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:29 -0500 |
| commit | e109801d4d8471e1e07c6eeac63bc1acddb914ca (patch) | |
| tree | 5251498fe534b99f38b7c9e63ac1c3c342bc6dec /meta-openstack/recipes-devtools/python/python-keystone_git.bb | |
| parent | 803612dc629adc977e89a6502b6b052b60928f60 (diff) | |
| download | meta-cloud-services-e109801d4d8471e1e07c6eeac63bc1acddb914ca.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.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 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} += " \ | |||
| 287 | python-fixtures \ | 287 | python-fixtures \ |
| 288 | python-oslotest \ | 288 | python-oslotest \ |
| 289 | python-cryptography \ | 289 | python-cryptography \ |
| 290 | python-functools32 \ | ||
| 290 | " | 291 | " |
| 291 | 292 | ||
| 292 | RDEPENDS_${SRCNAME}-tests += " bash" | 293 | RDEPENDS_${SRCNAME}-tests += " bash" |
