summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslotest_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
index f60b372..7505100 100644
--- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
@@ -20,6 +20,11 @@ DEPENDS += "\
20 python-pbr \ 20 python-pbr \
21 " 21 "
22 22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
23RDEPENDS_${PN} = "python-fixtures \ 28RDEPENDS_${PN} = "python-fixtures \
24 python-subunit \ 29 python-subunit \
25 python-six \ 30 python-six \
@@ -31,4 +36,4 @@ RDEPENDS_${PN} = "python-fixtures \
31 python-debtcollector \ 36 python-debtcollector \
32 bash \ 37 bash \
33" 38"
34 \ No newline at end of file 39