diff options
author | 2020-06-02 11:54:08 -0700 | |
---|---|---|
committer | 2020-06-05 15:30:20 -0400 | |
commit | 491b16b7156e9abc25904997f594d70d7dd40284 (patch) | |
tree | 3f85d3be4c4ff7643d7727ad452030fcc2da9013 | |
parent | f19c4e0ead352141c212b98428f4faf11d5a8485 (diff) | |
download | meta-cloud-services-491b16b7156e9abc25904997f594d70d7dd40284.tar.gz meta-cloud-services-491b16b7156e9abc25904997f594d70d7dd40284.tar.bz2 meta-cloud-services-491b16b7156e9abc25904997f594d70d7dd40284.zip |
python-neutron: 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-neutron_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index a054551d..42ba1497 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb @@ -333,6 +333,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-paste \ |