summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb
index fe03a5f..3138aae 100644
--- a/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb
@@ -16,10 +16,14 @@ SRC_URI[sha256sum] = "8afd6400fb4e75adb0b29bd09695ecb2024cd7befab4677a58c147701a
16S = "${WORKDIR}/${SRCNAME}-${PV}" 16S = "${WORKDIR}/${SRCNAME}-${PV}"
17 17
18inherit setuptools 18inherit setuptools
19
20DEPENDS += " \ 19DEPENDS += " \
21 python-pbr \ 20 python-pbr \
22" 21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
23 27
24RDEPENDS_${PN} += "\ 28RDEPENDS_${PN} += "\
25 python-extras \ 29 python-extras \