diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-stevedore_0.12.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-stevedore_0.12.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_0.12.bb b/meta-openstack/recipes-devtools/python/python-stevedore_0.12.bb index 061f6d4..2013fd0 100644 --- a/meta-openstack/recipes-devtools/python/python-stevedore_0.12.bb +++ b/meta-openstack/recipes-devtools/python/python-stevedore_0.12.bb | |||
| @@ -15,3 +15,12 @@ SRC_URI[sha256sum] = "9689a76c09eaeb60b6db5b45aae71de8c53f15d302d790536ac5bf7c47 | |||
| 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 | " | ||
