diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:19 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:29:21 -0400 |
| commit | 1152c0dbd2ed18ac51a80aeaceea16c9805af976 (patch) | |
| tree | c23f9fd25984f615ecb517659556b3802418ae9d | |
| parent | e123f6bdd29a4248175d22c1ba16f1a43375c25b (diff) | |
| download | meta-cloud-services-1152c0dbd2ed18ac51a80aeaceea16c9805af976.tar.gz | |
python-oslo.vmware: 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-oslo.vmware_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb index f6e7b5e..b2e15c3 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.vmware_git.bb | |||
| @@ -19,6 +19,11 @@ DEPENDS += " \ | |||
| 19 | python-pbr \ | 19 | python-pbr \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 22 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
| 23 | python-pbr \ | 28 | python-pbr \ |
| 24 | python-stevedore \ | 29 | python-stevedore \ |
