diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-09-23 16:44:22 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-24 17:53:34 -0400 |
| commit | acc7dbe8d7991b134acba0155007eec7079ab028 (patch) | |
| tree | f7c02c038b8f553e76353abb37208156d0d9cf5c /meta-openstack/recipes-devtools/python/python-testscenarios.inc | |
| parent | 47ab7dab615226599ca5e45d49ddf951f093173e (diff) | |
| download | meta-cloud-services-acc7dbe8d7991b134acba0155007eec7079ab028.tar.gz | |
python-testscenarios: Add python3 version
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-testscenarios.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-testscenarios.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testscenarios.inc b/meta-openstack/recipes-devtools/python/python-testscenarios.inc new file mode 100644 index 0000000..1008f11 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-testscenarios.inc | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "testscenarios: a pyunit extension for dependency injection" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/testscenarios" | ||
| 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 pypi | ||
| 11 | |||
| 12 | DEPENDS += "\ | ||
| 13 | ${PYTHON_PN}-pbr \ | ||
| 14 | " | ||
| 15 | |||
| 16 | # Satisfy setup.py 'setup_requires' | ||
| 17 | DEPENDS += " \ | ||
| 18 | ${PYTHON_PN}-pbr-native \ | ||
| 19 | " | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += "\ | ||
| 22 | ${PYTHON_PN}-testtools \ | ||
| 23 | ${PYTHON_PN}-pbr \ | ||
| 24 | " | ||
