diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-09-24 10:44:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-23 22:06:33 -0700 |
commit | 8c8a367431ce5cb8958c596d594918e7f801f12c (patch) | |
tree | 83f009b9e9e8acbc2aae1b45e72b028596746b2c /meta-python | |
parent | bf0c72662f3dd150e9d77fd177487ef839d59f70 (diff) | |
download | meta-openembedded-8c8a367431ce5cb8958c596d594918e7f801f12c.tar.gz |
python3-test-generator: add recipe
Generator is a helper for generating test methods for nose
while still using unittest.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb new file mode 100644 index 0000000000..14943a4bd5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Generator is a helper for generating test methods for nose while still using unittest." | ||
2 | DESCRIPTION = "Python package with modified subclasses of all stdlib XML \ | ||
3 | parsers that prevent any potentially malicious operation." | ||
4 | |||
5 | LICENSE = "ISC" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=041a2bff595d40ccb4b36356f89dab00" | ||
7 | |||
8 | SRC_URI[md5sum] = "6c69e73ba5b4b3ed62f7bcda071c64f1" | ||
9 | SRC_URI[sha256sum] = "ad5925c814bfe79497b43df096e3bb52c166d1577f7aff160137301676232f4a" | ||
10 | |||
11 | inherit pypi setuptools3 | ||
12 | |||
13 | DEPENDS += "python3-nose-native" | ||
14 | |||
15 | RDEPENDS_${PN} += "python3-six" | ||