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 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 362b88e..3b2f7ad 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
| @@ -20,12 +20,19 @@ DEPENDS += " \ | |||
| 20 | python-pbr \ | 20 | python-pbr \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | RDEPENDS_${PN} += "python-iso8601 \ | 23 | RDEPENDS_${PN} += " \ |
| 24 | python-babel \ | ||
| 25 | python-iso8601 \ | ||
| 26 | python-keystoneauth1 \ | ||
| 27 | python-oslo.i18n \ | ||
| 28 | python-oslo.serialization \ | ||
| 29 | python-oslo.utils \ | ||
| 30 | python-pbr \ | ||
| 24 | python-prettytable \ | 31 | python-prettytable \ |
| 25 | python-requests \ | 32 | python-requests \ |
| 26 | python-setuptools-git \ | 33 | python-setuptools-git \ |
| 27 | python-simplejson \ | 34 | python-simplejson \ |
| 28 | python-pbr \ | 35 | python-six \ |
| 29 | " | 36 | " |
| 30 | 37 | ||
| 31 | PACKAGECONFIG ?= "bash-completion" | 38 | PACKAGECONFIG ?= "bash-completion" |
