diff options
author | 2020-06-02 11:54:27 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | 5e7cff4091627d7a0c9d5159f57862f271f92ca7 (patch) | |
tree | 852879e5aa2e31eaa8d71766dbed123c6dc2fe19 | |
parent | 4a1faf95070235f3f3589b81001923e689f1332c (diff) | |
download | meta-cloud-services-5e7cff4091627d7a0c9d5159f57862f271f92ca7.tar.gz meta-cloud-services-5e7cff4091627d7a0c9d5159f57862f271f92ca7.tar.bz2 meta-cloud-services-5e7cff4091627d7a0c9d5159f57862f271f92ca7.zip |
python-trove: 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>
-rwxr-xr-x | meta-openstack/recipes-devtools/python/python-trove_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb index e1f8ae0b..cc6bec6d 100755 --- a/meta-openstack/recipes-devtools/python/python-trove_git.bb +++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb @@ -238,6 +238,11 @@ DEPENDS += " \ python-pip \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-babel \ python-cinderclient \ |