blob: 7688ff6d18c7f0f2a6706c566bd1878b96ebb51e [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001SUMMARY = "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
William A. Kennington IIIac69b482021-06-02 12:28:27 -070010SRC_URI[sha256sum] = "262bb8cee0293ad06c453e78cf89bddcb613b91f82ea5587f3787611ee62861b"
Andrew Geissler6ce62a22020-11-30 19:58:47 -060011
Andrew Geisslerd1e89492021-02-12 15:35:20 -060012RDEPENDS_${PN} += "python3-attrs python3-core python3-sortedcontainers"
Andrew Geissler6ce62a22020-11-30 19:58:47 -060013
14BBCLASSEXTEND = "native nativesdk"