summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:23 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commitc8c4e6366c8ddb8e74638c2323a8b08a43a28065 (patch)
tree8085efe21e79e4719decd165f5e1b2aaf9b1eb60 /meta-openstack/recipes-devtools
parent0dee109e8133ece3486125c3413101ae91d91357 (diff)
downloadmeta-cloud-services-c8c4e6366c8ddb8e74638c2323a8b08a43a28065.tar.gz
python-ryu: 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-ryu_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb
index 5e78144..be10558 100644
--- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
21 python-pbr \ 21 python-pbr \
22 " 22 "
23 23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
24RDEPENDS_${PN} += " \ 29RDEPENDS_${PN} += " \
25 python-eventlet \ 30 python-eventlet \
26 python-msgpack \ 31 python-msgpack \