diff options
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 | |
