blob: 5b06e52aa127d868a4a2a60e6058141547f792bf [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Hamcrest framework for matcher objects"
2HOMEPAGE = "https://github.com/hamcrest/PyHamcrest"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=79391bf1501c898472d043f36e960612"
5
6PYPI_PACKAGE = "PyHamcrest"
7
8SRC_URI[sha256sum] = "dfb19cf6d71743e086fbb761ed7faea5aacbc8ec10c17a08b93ecde39192a3db"
9
Andrew Geissler9aee5002022-03-30 16:27:02 +000010inherit pypi python_setuptools_build_meta
Andrew Geissler595f6302022-01-24 19:11:47 +000011
12RDEPENDS:${PN} += "${PYTHON_PN}-six"