diff options
author | 2020-06-02 11:54:24 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | 4a1faf95070235f3f3589b81001923e689f1332c (patch) | |
tree | 078ce91dad73cd61f766c828da72369d1e0e8351 | |
parent | 8c48205bcd4d4793ce81a611644d520b519d6588 (diff) | |
download | meta-cloud-services-4a1faf95070235f3f3589b81001923e689f1332c.tar.gz meta-cloud-services-4a1faf95070235f3f3589b81001923e689f1332c.tar.bz2 meta-cloud-services-4a1faf95070235f3f3589b81001923e689f1332c.zip |
python-swift: 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-swift_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb index fc7c2580..2b9c7224 100644 --- a/meta-openstack/recipes-devtools/python/python-swift_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb @@ -153,6 +153,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-eventlet \ python-greenlet \ |