summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb
index b3819e4..fae73cc 100644
--- a/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslotest_1.4.0.bb
@@ -19,6 +19,10 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
19 19
20inherit setuptools 20inherit setuptools
21 21
22DEPENDS += " \
23 python-pbr \
24"
25
22RDEPENDS_${PN} = "python-fixtures \ 26RDEPENDS_${PN} = "python-fixtures \
23 python-subunit \ 27 python-subunit \
24 python-testrepository \ 28 python-testrepository \
@@ -26,5 +30,6 @@ RDEPENDS_${PN} = "python-fixtures \
26 python-testtools \ 30 python-testtools \
27 python-mock \ 31 python-mock \
28 python-mox \ 32 python-mox \
33 python-pbr \
29 bash \ 34 bash \
30" 35"