diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb index fe03a5f..3138aae 100644 --- a/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb +++ b/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb | |||
| @@ -16,10 +16,14 @@ SRC_URI[sha256sum] = "8afd6400fb4e75adb0b29bd09695ecb2024cd7befab4677a58c147701a | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 17 | 17 | ||
| 18 | inherit setuptools | 18 | inherit setuptools |
| 19 | |||
| 20 | DEPENDS += " \ | 19 | DEPENDS += " \ |
| 21 | python-pbr \ | 20 | python-pbr \ |
| 22 | " | 21 | " |
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 23 | 27 | ||
| 24 | RDEPENDS_${PN} += "\ | 28 | RDEPENDS_${PN} += "\ |
| 25 | python-extras \ | 29 | python-extras \ |
