diff options
author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:22 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:29:21 -0400 |
commit | 9e8491a6465fccd6a4f7880ae170b84a1f15200c (patch) | |
tree | 68901287c213620d780d71ad98fc4b3a669fb7e2 | |
parent | 934bb43c25a36804c6332874c889b47692efc74f (diff) | |
download | meta-cloud-services-9e8491a6465fccd6a4f7880ae170b84a1f15200c.tar.gz |
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 31d4242..4b3109c 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 += " \ | |||
100 | python-pbr \ | 100 | python-pbr \ |
101 | " | 101 | " |
102 | 102 | ||
103 | # Satisfy setup.py 'setup_requires' | ||
104 | DEPENDS += " \ | ||
105 | python-pbr-native \ | ||
106 | " | ||
107 | |||
103 | RDEPENDS_${PN} += " python-babel \ | 108 | RDEPENDS_${PN} += " python-babel \ |
104 | python-decorator \ | 109 | python-decorator \ |
105 | python-fixtures \ | 110 | python-fixtures \ |