[oe-commits] [meta-openembedded] branch master-next updated: python3-test-generator: add recipe

git at git.openembedded.org git at git.openembedded.org
Tue Sep 24 05:06:51 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 8c8a367  python3-test-generator: add recipe
8c8a367 is described below

commit 8c8a367431ce5cb8958c596d594918e7f801f12c
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Tue Sep 24 10:44:11 2019 +0800

    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 at intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../python/python3-test-generator_0.1.2.bb                | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

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 0000000..14943a4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-test-generator_0.1.2.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Generator is a helper for generating test methods for nose while still using unittest."
+DESCRIPTION = "Python package with modified subclasses of all stdlib XML \
+parsers that prevent any potentially malicious operation."
+
+LICENSE = "ISC"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=041a2bff595d40ccb4b36356f89dab00"
+
+SRC_URI[md5sum] = "6c69e73ba5b4b3ed62f7bcda071c64f1"
+SRC_URI[sha256sum] = "ad5925c814bfe79497b43df096e3bb52c166d1577f7aff160137301676232f4a"
+
+inherit pypi setuptools3
+
+DEPENDS += "python3-nose-native"
+
+RDEPENDS_${PN} += "python3-six"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list