summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:22 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit4f46a40dabe76551b5a2ab2754def0bd085a0859 (patch)
tree9c3303b8afe73eec0a5db41b0a5d9f2b7903b89c /meta-openstack/recipes-devtools/python/python-rally_git.bb
parentc6f09cb104f0e877250feef8cd0684f2316aa161 (diff)
downloadmeta-cloud-services-4f46a40dabe76551b5a2ab2754def0bd085a0859.tar.gz
python-rally: 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-rally_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rally_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb
index 82a91ba..ef86418 100644
--- a/meta-openstack/recipes-devtools/python/python-rally_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb
@@ -100,6 +100,11 @@ DEPENDS += " \
100 python-pbr \ 100 python-pbr \
101 " 101 "
102 102
103# Satisfy setup.py 'setup_requires'
104DEPENDS += " \
105 python-pbr-native \
106 "
107
103RDEPENDS_${PN} += " python-babel \ 108RDEPENDS_${PN} += " python-babel \
104 python-decorator \ 109 python-decorator \
105 python-fixtures \ 110 python-fixtures \