summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-stevedore_0.12.bb
diff options
context:
space:
mode:
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.bb9
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
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24RDEPENDS_${PN} += " \
25 python-pbr \
26 "