summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:53:54 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:21 -0400
commitddd7a94257a8a6599aa386c86188b738d1628a81 (patch)
tree00a3fc21b91f64634dfdafc84f3a61b22ce15344 /meta-openstack
parent3afbc644a6dd98468e7820eda71bb38a29bbfd45 (diff)
downloadmeta-cloud-services-ddd7a94257a8a6599aa386c86188b738d1628a81.tar.gz
python-automaton: 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
index 3cfd3fd..41ec297 100644
--- a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
@@ -13,6 +13,11 @@ DEPENDS += " \
13 python-pip \ 13 python-pip \
14 " 14 "
15 15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 python-pbr-native \
19 "
20
16RDEPENDS_${PN} += " \ 21RDEPENDS_${PN} += " \
17 python-pbr \ 22 python-pbr \
18 python-six \ 23 python-six \