diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb index ae8e82c..77cb5d2 100644 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb | |||
| @@ -14,3 +14,11 @@ SRC_URI[sha256sum] = "d39a2e6cf98d409f8545b9d3a207eb8cbf3b2fc5ea17b0f8d9bed52326 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 15 | 15 | ||
| 16 | inherit setuptools | 16 | inherit setuptools |
| 17 | |||
| 18 | DEPENDS += "\ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += "\ | ||
| 23 | python-pbr \ | ||
| 24 | " | ||
