summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:14 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit34bafdbc9734921b90e1947cb42cce84c5e7bb3f (patch)
tree34d917250acf9e03e4ffb3cbacfce3213d7e3405 /meta-openstack/recipes-devtools/python/python-os-vif_git.bb
parentf08b1fc91dbd649406e2a30128d3dba18bfb3f65 (diff)
downloadmeta-cloud-services-34bafdbc9734921b90e1947cb42cce84c5e7bb3f.tar.gz
python-os-vif: 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-os-vif_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-vif_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-vif_git.bb b/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
index fd36912..6ad2020 100644
--- a/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-vif_git.bb
@@ -18,6 +18,11 @@ DEPENDS += " \
18 python-pbr \ 18 python-pbr \
19 " 19 "
20 20
21# Satisfy setup.py 'setup_requires'
22DEPENDS += " \
23 python-pbr-native \
24 "
25
21RDEPENDS_${PN} += " \ 26RDEPENDS_${PN} += " \
22 python-pbr \ 27 python-pbr \
23 python-netaddr \ 28 python-netaddr \
@@ -30,4 +35,4 @@ RDEPENDS_${PN} += " \
30 python-six \ 35 python-six \
31 python-stevedore \ 36 python-stevedore \
32 " 37 "
33 \ No newline at end of file 38