diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:53:57 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:30:20 -0400 |
| commit | 19def81071a4b94984c6feecbacdfde82c1498c6 (patch) | |
| tree | 5c17243288c2bd9cfab53da1c40162d2c89eba94 /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |
| parent | 36abb8013c4aecf84fd92510b41bd5fd4bf692e7 (diff) | |
| download | meta-cloud-services-19def81071a4b94984c6feecbacdfde82c1498c6.tar.gz | |
python-ceilometer: 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-ceilometer_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index 4b01022..4c0780f 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
| @@ -178,6 +178,11 @@ DEPENDS += " \ | |||
| 178 | python-pbr \ | 178 | python-pbr \ |
| 179 | " | 179 | " |
| 180 | 180 | ||
| 181 | # Satisfy setup.py 'setup_requires' | ||
| 182 | DEPENDS += " \ | ||
| 183 | python-pbr-native \ | ||
| 184 | " | ||
| 185 | |||
| 181 | RDEPENDS_${PN} += " \ | 186 | RDEPENDS_${PN} += " \ |
| 182 | python-ply \ | 187 | python-ply \ |
| 183 | python-jsonpath-rw \ | 188 | python-jsonpath-rw \ |
