diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-15 05:00:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-18 12:43:00 +0100 |
| commit | e6b682534fcf5373e70797cdafbf7b6e4d6cfc54 (patch) | |
| tree | f78355e3d2916917b8e3dd39ccba6e150a123aa8 /meta/recipes-devtools/python/python3-hypothesis_6.12.0.bb | |
| parent | 7965967d09e84270bc40a4c288d2729b9d2d9921 (diff) | |
| download | poky-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.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "A library for property-based testing" | ||
| 2 | HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python" | ||
| 3 | LICENSE = "MPL-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "hypothesis" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "a24b2ccb7b84860762df3fabb8faa196bf627cbee62917a5095f3de8ff71050b" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
