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