diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index a326cd7..9e7965c 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -26,7 +26,8 @@ DEPENDS += " \ | |||
| 26 | python-pbr \ | 26 | python-pbr \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | RDEPENDS_${PN} += "python-iso8601 \ | 29 | RDEPENDS_${PN} += " \ |
| 30 | python-iso8601 \ | ||
| 30 | python-prettytable \ | 31 | python-prettytable \ |
| 31 | python-requests \ | 32 | python-requests \ |
| 32 | python-simplejson \ | 33 | python-simplejson \ |
| @@ -49,4 +50,7 @@ FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | |||
| 49 | 50 | ||
| 50 | FILES_${SRCNAME}-tests = "${D}${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/examples \ | 51 | FILES_${SRCNAME}-tests = "${D}${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/examples \ |
| 51 | " | 52 | " |
| 53 | RDEPENDS_${SRCNAME}-tests += " \ | ||
| 54 | python-httpretty \ | ||
| 55 | " | ||
| 52 | 56 | ||
