diff options
author | 2020-06-02 11:54:22 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | 9e8491a6465fccd6a4f7880ae170b84a1f15200c (patch) | |
tree | 68901287c213620d780d71ad98fc4b3a669fb7e2 | |
parent | 934bb43c25a36804c6332874c889b47692efc74f (diff) | |
download | meta-cloud-services-9e8491a6465fccd6a4f7880ae170b84a1f15200c.tar.gz meta-cloud-services-9e8491a6465fccd6a4f7880ae170b84a1f15200c.tar.bz2 meta-cloud-services-9e8491a6465fccd6a4f7880ae170b84a1f15200c.zip |
python-rally: 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-rally_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb index 31d42424..4b3109c0 100644 --- a/meta-openstack/recipes-devtools/python/python-rally_git.bb +++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb @@ -100,6 +100,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " python-babel \ python-decorator \ python-fixtures \ |