diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb index 3fd26d3..3aa733e 100644 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.1.0.bb | |||
| @@ -14,3 +14,11 @@ SRC_URI[sha256sum] = "875b54ac95e29cc83ae76513b48306c8493c12d5ba7d23aea3432216f2 | |||
| 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 | " | ||
