diff options
author | 2020-06-02 11:54:18 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | 30c4d7a28ab328075cc75c6da05730a36163b6ce (patch) | |
tree | 70eee7f9e01bf3135ca6e56a0ff4c8ce8c2d3cc0 | |
parent | 9e8491a6465fccd6a4f7880ae170b84a1f15200c (diff) | |
download | meta-cloud-services-30c4d7a28ab328075cc75c6da05730a36163b6ce.tar.gz meta-cloud-services-30c4d7a28ab328075cc75c6da05730a36163b6ce.tar.bz2 meta-cloud-services-30c4d7a28ab328075cc75c6da05730a36163b6ce.zip |
python-oslo.rootwrap: 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-oslo.rootwrap_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb index 2dbbfe8a..23e09f1f 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb @@ -21,6 +21,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ |