summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-07-05 20:02:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-07 11:39:42 +0100
commitae24dd88b9f75a86917ad0cbe88ef88fbec787e2 (patch)
tree986b90e9268138434c894e44088402ebc1f54aa5 /meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb
parent819e7cba3c4641ea45ae84e67dcfd370219ca83e (diff)
downloadpoky-ae24dd88b9f75a86917ad0cbe88ef88fbec787e2.tar.gz
python3-hypothesis: upgrade 6.14.0 -> 6.14.1
6.14.1 - 2021-07-02 This patch updates some internal type annotations. There is no user-visible change. (From OE-Core rev: 49f5b968989b3c82613922ee0326f2cfdf86b3c3) Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb b/meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb
new file mode 100644
index 0000000000..61598c3a16
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.14.1.bb
@@ -0,0 +1,22 @@
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] = "88b0736a5691b68b8e16a4b7ee8e4c8596810c5a20989ea5b5f64870a7c25740"
11
12RDEPENDS_${PN} += " \
13 python3-attrs \
14 python3-compression \
15 python3-core \
16 python3-json \
17 python3-sortedcontainers \
18 python3-statistics \
19 python3-unittest \
20 "
21
22BBCLASSEXTEND = "native nativesdk"