diff options
author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:26 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:29:21 -0400 |
commit | 3acaf9016a3c8efdfad3cc0ed3b012d0d3023c10 (patch) | |
tree | 6f4be752fedf73b897d2ce2d0b2dc14118815c6d | |
parent | 43ca2e54a87be30b718654e0e47d57605d841237 (diff) | |
download | meta-cloud-services-3acaf9016a3c8efdfad3cc0ed3b012d0d3023c10.tar.gz |
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 6260663..15c4ad9 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 += " \ | |||
16 | python-pbr \ | 16 | python-pbr \ |
17 | " | 17 | " |
18 | 18 | ||
19 | # Satisfy setup.py 'setup_requires' | ||
20 | DEPENDS += " \ | ||
21 | python-pbr-native \ | ||
22 | " | ||
23 | |||
19 | # RDEPENDS_default: | 24 | # RDEPENDS_default: |
20 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS_${PN} += " \ |
21 | python-pbr \ | 26 | python-pbr \ |