diff options
author | 2020-06-02 11:54:00 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | cffccadcc70cbf919bdcf0aaa68514504bb9a907 (patch) | |
tree | 6c4decf450954a3b4e6fccfc867dee92cceed98a | |
parent | dbcf101daf2e4c02483f6d384f23d2a81901d98e (diff) | |
download | meta-cloud-services-cffccadcc70cbf919bdcf0aaa68514504bb9a907.tar.gz meta-cloud-services-cffccadcc70cbf919bdcf0aaa68514504bb9a907.tar.bz2 meta-cloud-services-cffccadcc70cbf919bdcf0aaa68514504bb9a907.zip |
python-glance-store: 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-glance-store_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python-glance-store_git.bb index f6cfaa70..174cc7f1 100644 --- a/meta-openstack/recipes-devtools/python/python-glance-store_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance-store_git.bb @@ -19,6 +19,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ bash \ python-oslo.config \ |