diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:07 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:30:20 -0400 |
| commit | ec5b387d8dffa3dbe3f00ad38787d697bca49edd (patch) | |
| tree | 08f07819876df641fb9894c9b38413d77f49e95e /meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | |
| parent | 50e3fa0009fa3bf80ec8f902aa4d64c8c99101c1 (diff) | |
| download | meta-cloud-services-ec5b387d8dffa3dbe3f00ad38787d697bca49edd.tar.gz | |
python-neutron-lib: 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-neutron-lib_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb index 1ac7dca..4d7ed64 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | |||
| @@ -18,6 +18,11 @@ DEPENDS += " \ | |||
| 18 | python-pbr \ | 18 | python-pbr \ |
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | # Satisfy setup.py 'setup_requires' | ||
| 22 | DEPENDS += " \ | ||
| 23 | python-pbr-native \ | ||
| 24 | " | ||
| 25 | |||
| 21 | RDEPENDS_${PN} += " \ | 26 | RDEPENDS_${PN} += " \ |
| 22 | python-pbr \ | 27 | python-pbr \ |
| 23 | python-sqlalchemy \ | 28 | python-sqlalchemy \ |
