diff options
author | 2020-06-02 11:54:26 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | 3acaf9016a3c8efdfad3cc0ed3b012d0d3023c10 (patch) | |
tree | 6f4be752fedf73b897d2ce2d0b2dc14118815c6d | |
parent | 43ca2e54a87be30b718654e0e47d57605d841237 (diff) | |
download | meta-cloud-services-3acaf9016a3c8efdfad3cc0ed3b012d0d3023c10.tar.gz meta-cloud-services-3acaf9016a3c8efdfad3cc0ed3b012d0d3023c10.tar.bz2 meta-cloud-services-3acaf9016a3c8efdfad3cc0ed3b012d0d3023c10.zip |
python-tooz: 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-tooz_1.48.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb index 6260663e..15c4ad9e 100644 --- a/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb +++ b/meta-openstack/recipes-devtools/python/python-tooz_1.48.0.bb @@ -16,6 +16,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ |