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:28:21 -0400 |
| commit | b56589f750ec42976395a8298f4113806cad70bf (patch) | |
| tree | e715ce9584d713ee2ca3b990632367d6782b506f /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |
| parent | bd0371390b0008165ee81d72ca439c3a6deabef9 (diff) | |
| download | meta-cloud-services-b56589f750ec42976395a8298f4113806cad70bf.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 90cfe1e..1f18d7b 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 \ |
