diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:23 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:29:21 -0400 |
| commit | fc28519392a4a17ead9ef8f83b06c13c71637bab (patch) | |
| tree | 34d16b8469ab494a5e0a304ae8eca088d37d118f /meta-openstack/recipes-devtools/python | |
| parent | 3acaf9016a3c8efdfad3cc0ed3b012d0d3023c10 (diff) | |
| download | meta-cloud-services-fc28519392a4a17ead9ef8f83b06c13c71637bab.tar.gz | |
python-ryu: 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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ryu_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb index b5ee113..08becda 100644 --- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb | |||
| @@ -21,6 +21,11 @@ DEPENDS += " \ | |||
| 21 | python-pbr \ | 21 | python-pbr \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | python-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 24 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS_${PN} += " \ |
| 25 | python-eventlet \ | 30 | python-eventlet \ |
| 26 | python-msgpack \ | 31 | python-msgpack \ |
