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 | 26 |
1 files changed, 2 insertions, 24 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 18971d6..868a5b9 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 | |||
| @@ -1,24 +1,2 @@ | |||
| 1 | DESCRIPTION = "testscenarios: a pyunit extension for dependency injection" | 1 | inherit setuptools |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/testscenarios" | 2 | require python-testscenarios.inc |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://BSD;md5=0805e4f024d089a52dca0671a65b8b66" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "859073d9e7b049aee2e6704c51f6001a" | ||
| 8 | SRC_URI[sha256sum] = "c257cb6b90ea7e6f8fef3158121d430543412c9a87df30b5dde6ec8b9b57a2b6" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | python-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | python-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += "\ | ||
| 22 | python-testtools \ | ||
| 23 | python-pbr \ | ||
| 24 | " | ||
