diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-08 14:49:32 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-08 10:36:55 -0400 |
| commit | c0e47b45c31e0fbbb3f03993fc9957278e6c2990 (patch) | |
| tree | 4f63ab1665ddb267a12c2abf9a4bd821d1f2b330 /meta-openstack/recipes-devtools/python/python-keystone_git.bb | |
| parent | d8bf5c732b3399820306a2ef2b540e6d1489ba96 (diff) | |
| download | meta-cloud-services-c0e47b45c31e0fbbb3f03993fc9957278e6c2990.tar.gz | |
Add missing dependencies for keystone, fixtures and testtools
These missing dependencies are found when running keystone tests:
File "/usr/lib/python2.7/site-packages/keystone/tests/unit/core.py", line 28, in <module>
import fixtures
ImportError: No module named fixtures
File "/usr/lib/python2.7/site-packages/keystone/tests/unit/core.py", line 32, in <module>
import oslotest.base as oslotest
ImportError: No module named oslotest.base
File "/usr/lib/python2.7/site-packages/fixtures/fixture.py", line 26, in <module>
from testtools.compat import (
ImportError: No module named testtools.compat
File "/usr/lib/python2.7/site-packages/testtools/compat.py", line 31, in <module>
from extras import try_imports
ImportError: No module named extras
Signed-off-by: Jackie Huang <jackie.huang@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 | 2 |
1 files changed, 2 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 e5896df..1f012cc 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
| @@ -284,6 +284,8 @@ RDEPENDS_${PN} += " \ | |||
| 284 | python-pysaml2 \ | 284 | python-pysaml2 \ |
| 285 | python-oslo.utils \ | 285 | python-oslo.utils \ |
| 286 | python-oauthlib \ | 286 | python-oauthlib \ |
| 287 | python-fixtures \ | ||
| 288 | python-oslotest \ | ||
| 287 | " | 289 | " |
| 288 | 290 | ||
| 289 | RDEPENDS_${SRCNAME}-tests += " bash" | 291 | RDEPENDS_${SRCNAME}-tests += " bash" |
