diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index a5c1c20..f12975e 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -16,8 +16,14 @@ S = "${WORKDIR}/git" | |||
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | 24 | RDEPENDS_${PN} += "python-prettytable \ |
| 20 | python-simplejson \ | 25 | python-simplejson \ |
| 21 | python-requests \ | 26 | python-requests \ |
| 22 | python-setuptools-git \ | 27 | python-setuptools-git \ |
| 28 | python-pbr \ | ||
| 23 | " | 29 | " |
