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