diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:18 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:29:21 -0400 |
| commit | 30c4d7a28ab328075cc75c6da05730a36163b6ce (patch) | |
| tree | 70eee7f9e01bf3135ca6e56a0ff4c8ce8c2d3cc0 /meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb | |
| parent | 9e8491a6465fccd6a4f7880ae170b84a1f15200c (diff) | |
| download | meta-cloud-services-30c4d7a28ab328075cc75c6da05730a36163b6ce.tar.gz | |
python-oslo.rootwrap: 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/recipes-devtools/python/python-oslo.rootwrap_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb index 2dbbfe8..23e09f1 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb | |||
| @@ -21,6 +21,11 @@ DEPENDS += " \ | |||
| 21 | python-pbr \ | 21 | python-pbr \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | python-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 24 | # RDEPENDS_default: | 29 | # RDEPENDS_default: |
| 25 | RDEPENDS_${PN} += " \ | 30 | RDEPENDS_${PN} += " \ |
| 26 | python-pbr \ | 31 | python-pbr \ |
