summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-15 05:00:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-18 12:43:00 +0100
commite6b682534fcf5373e70797cdafbf7b6e4d6cfc54 (patch)
treef78355e3d2916917b8e3dd39ccba6e150a123aa8 /meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb
parent7965967d09e84270bc40a4c288d2729b9d2d9921 (diff)
downloadpoky-e6b682534fcf5373e70797cdafbf7b6e4d6cfc54.tar.gz
python3-hypothesis: upgrade 6.9.1 -> 6.12.0
(From OE-Core rev: 4499ec65592df456c60d7f0ff690a50ca55c9c01) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb
new file mode 100644
index 0000000000..a8a749cd16
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "A library for property-based testing"
2HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python"
3LICENSE = "MPL-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c"
5
6PYPI_PACKAGE = "hypothesis"
7
8inherit pypi setuptools3
9
10SRC_URI[sha256sum] = "a24b2ccb7b84860762df3fabb8faa196bf627cbee62917a5095f3de8ff71050b"
11
12RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers"
13
14BBCLASSEXTEND = "native nativesdk"