diff options
| author | Babak Sarashki <babak.sarashki@windriver.com> | 2020-06-02 11:54:20 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-05 15:29:21 -0400 |
| commit | 934bb43c25a36804c6332874c889b47692efc74f (patch) | |
| tree | 76f1037b8147d4f75c66b5ed76d4e02958f2f4f2 /meta-openstack/recipes-devtools/python | |
| parent | 126792daabe2413561a506e9ea186e403b1c57a1 (diff) | |
| download | meta-cloud-services-934bb43c25a36804c6332874c889b47692efc74f.tar.gz | |
python-oslotest: 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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslotest_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb index 20c0b53..2956e59 100644 --- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb | |||
| @@ -20,6 +20,11 @@ DEPENDS += "\ | |||
| 20 | python-pbr \ | 20 | python-pbr \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 23 | RDEPENDS_${PN} = "python-fixtures \ | 28 | RDEPENDS_${PN} = "python-fixtures \ |
| 24 | python-subunit \ | 29 | python-subunit \ |
| 25 | python-six \ | 30 | python-six \ |
| @@ -31,4 +36,4 @@ RDEPENDS_${PN} = "python-fixtures \ | |||
| 31 | python-debtcollector \ | 36 | python-debtcollector \ |
| 32 | bash \ | 37 | bash \ |
| 33 | " | 38 | " |
| 34 | \ No newline at end of file | 39 | |
