summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:26 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit0dee109e8133ece3486125c3413101ae91d91357 (patch)
treec2cd6ea200b9ee54593fbfd801f19c5e0ebb7716 /meta-openstack/recipes-devtools
parent8516070112019bd7b3a5c41eb55a042808a13089 (diff)
downloadmeta-cloud-services-0dee109e8133ece3486125c3413101ae91d91357.tar.gz
python-tooz: 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
index 1443b1b..14f69d1 100644
--- a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb
@@ -16,6 +16,11 @@ DEPENDS += " \
16 python-pbr \ 16 python-pbr \
17 " 17 "
18 18
19# Satisfy setup.py 'setup_requires'
20DEPENDS += " \
21 python-pbr-native \
22 "
23
19# RDEPENDS_default: 24# RDEPENDS_default:
20RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
21 python-pbr \ 26 python-pbr \