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:28:20 -0400 |
| commit | 0dee109e8133ece3486125c3413101ae91d91357 (patch) | |
| tree | c2cd6ea200b9ee54593fbfd801f19c5e0ebb7716 /meta-openstack | |
| parent | 8516070112019bd7b3a5c41eb55a042808a13089 (diff) | |
| download | meta-cloud-services-0dee109e8133ece3486125c3413101ae91d91357.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>
Diffstat (limited to 'meta-openstack')
| -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 1443b1b..14f69d1 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 \ |
