diff options
author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:16 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:30:20 -0400 |
commit | 8ea274024c7a1654e37db28c9fc43b7afd9a7f3a (patch) | |
tree | b6ae724160859d113daeb798327cebe75a7ca64f | |
parent | 491b16b7156e9abc25904997f594d70d7dd40284 (diff) | |
download | meta-cloud-services-8ea274024c7a1654e37db28c9fc43b7afd9a7f3a.tar.gz |
python-os-xenapi: 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-os-xenapi_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb index f3d54f6..c59bb9e 100644 --- a/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-xenapi_git.bb | |||
@@ -19,6 +19,11 @@ DEPENDS += " \ | |||
19 | python-pbr \ | 19 | python-pbr \ |
20 | " | 20 | " |
21 | 21 | ||
22 | # Satisfy setup.py 'setup_requires' | ||
23 | DEPENDS += " \ | ||
24 | python-pbr-native \ | ||
25 | " | ||
26 | |||
22 | RDEPENDS_${PN} += " \ | 27 | RDEPENDS_${PN} += " \ |
23 | python-pbr \ | 28 | python-pbr \ |
24 | python-babel \ | 29 | python-babel \ |