summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslotest_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:20 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commitc6f09cb104f0e877250feef8cd0684f2316aa161 (patch)
tree9b50ed0f99a6802c58ebdfbaee3d52246044d11a /meta-openstack/recipes-devtools/python/python-oslotest_git.bb
parentff7dcf9782defa802ccc6368f088fd89ceedf3e1 (diff)
downloadmeta-cloud-services-c6f09cb104f0e877250feef8cd0684f2316aa161.tar.gz
python-oslotest: satisfy setup.py setup_requires
Commit 8fdbb0381d disallows fetch of code during do_compile task. This commits extends DEPENDS to python-pbr-native. Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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