diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb index 86efde6..ccf2189 100644 --- a/meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.5b6.bb | |||
| @@ -15,3 +15,12 @@ SRC_URI[sha256sum] = "9476b6c80fa9c36e966d80352e589d5fd9cf356b9bdec7f755b07ca5d2 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += "\ | ||
| 25 | python-pbr \ | ||
| 26 | " | ||
