diff options
author | 2020-06-02 11:54:15 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | e123f6bdd29a4248175d22c1ba16f1a43375c25b (patch) | |
tree | ced1ebbef825ecccaab9141c3ccccf64cb79c696 | |
parent | 653b6d04878b28a16161c81c5cd83f0bcca2ab2d (diff) | |
download | meta-cloud-services-e123f6bdd29a4248175d22c1ba16f1a43375c25b.tar.gz meta-cloud-services-e123f6bdd29a4248175d22c1ba16f1a43375c25b.tar.bz2 meta-cloud-services-e123f6bdd29a4248175d22c1ba16f1a43375c25b.zip |
python-os-win: 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>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-win_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-win_git.bb b/meta-openstack/recipes-devtools/python/python-os-win_git.bb index a7425060..54092c89 100644 --- a/meta-openstack/recipes-devtools/python/python-os-win_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-win_git.bb @@ -18,6 +18,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-babel \ |