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, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index 9a615bc..be2395a 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -16,9 +16,15 @@ inherit setuptools | |||
| 16 | 16 | ||
| 17 | FILES_${PN}-doc += "${datadir}/keystoneclient" | 17 | FILES_${PN}-doc += "${datadir}/keystoneclient" |
| 18 | 18 | ||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 19 | RDEPENDS_${PN} += "python-iso8601 \ | 24 | RDEPENDS_${PN} += "python-iso8601 \ |
| 20 | python-prettytable \ | 25 | python-prettytable \ |
| 21 | python-requests \ | 26 | python-requests \ |
| 22 | python-simplejson \ | 27 | python-simplejson \ |
| 23 | python-oslo.config \ | 28 | python-oslo.config \ |
| 29 | python-pbr \ | ||
| 24 | " | 30 | " |
