diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:12 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:29:21 -0400 |
| commit | c88c76725f05b153f685186cc42bb98d5ca9e474 (patch) | |
| tree | 520a9cfe258f63aa5f954573c503a6de697fcc1f /meta-openstack/recipes-devtools/python | |
| parent | 7645548898c4a8ef9059be7e50f828fb51203825 (diff) | |
| download | meta-cloud-services-c88c76725f05b153f685186cc42bb98d5ca9e474.tar.gz | |
python-os-brick: 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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-os-brick_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb index f266f70..b76fd27 100644 --- a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb | |||
| @@ -20,6 +20,11 @@ DEPENDS += " \ | |||
| 20 | python-pbr \ | 20 | python-pbr \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 23 | RDEPENDS_${PN} += " \ | 28 | RDEPENDS_${PN} += " \ |
| 24 | python-pbr \ | 29 | python-pbr \ |
| 25 | python-babel \ | 30 | python-babel \ |
