diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb b/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb index 34c241b..994b6b5 100644 --- a/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb +++ b/meta-openstack/recipes-devtools/python/python-testscenarios_0.5.0.bb | |||
| @@ -16,4 +16,11 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} += " python-testtools" | 19 | DEPENDS += "\ |
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += "\ | ||
| 24 | python-testtools \ | ||
| 25 | python-pbr \ | ||
| 26 | " | ||
