summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:06 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:21 -0400
commit600404862afe5c7fa1d2ec0adb9772ae7200f00f (patch)
tree3785a24a1d4c9b8be2741cf3670ebf4f45ce3863 /meta-openstack/recipes-devtools
parent3ff629b4bd860f25b912599b79d451a5799b3be2 (diff)
downloadmeta-cloud-services-600404862afe5c7fa1d2ec0adb9772ae7200f00f.tar.gz
python-microversion-parse: 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-microversion-parse_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
index 464649e..c207523 100644
--- a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
@@ -17,6 +17,11 @@ inherit setuptools3
17DEPENDS += " \ 17DEPENDS += " \
18 " 18 "
19 19
20# Satisfy setup.py 'setup_requires'
21DEPENDS += " \
22 python-pbr-native \
23 "
24
20RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
21 " 26 "
22 \ No newline at end of file 27