diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:09 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:30:20 -0400 |
| commit | 6542ebabefb20e022a206df1b9244da684ed1682 (patch) | |
| tree | b0924cefba4971dc1d0e03684622072283c2bdd4 | |
| parent | 02e0f2e6673fbb09256bd8a2f268a8b40e26e143 (diff) | |
| download | meta-cloud-services-6542ebabefb20e022a206df1b9244da684ed1682.tar.gz | |
python-nova: 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-nova_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 3e646df..babbf18 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -265,6 +265,11 @@ DEPENDS += " \ | |||
| 265 | python-pbr \ | 265 | python-pbr \ |
| 266 | " | 266 | " |
| 267 | 267 | ||
| 268 | # Satisfy setup.py 'setup_requires' | ||
| 269 | DEPENDS += " \ | ||
| 270 | python-pbr-native \ | ||
| 271 | " | ||
| 272 | |||
| 268 | RDEPENDS_${PN} += " \ | 273 | RDEPENDS_${PN} += " \ |
| 269 | libvirt \ | 274 | libvirt \ |
| 270 | python-pbr \ | 275 | python-pbr \ |
