aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb
blob: 056ecb549abf552933755066d61bc139497684d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "Hamcrest framework for matcher objects"
HOMEPAGE = "https://github.com/hamcrest/PyHamcrest"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=79391bf1501c898472d043f36e960612"

PYPI_PACKAGE = "PyHamcrest"

SRC_URI[md5sum] = "7a086f0b067f8d38958ec32f054559b4"
SRC_URI[sha256sum] = "412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864af9316"

inherit pypi setuptools3

RDEPENDS:${PN} += "${PYTHON_PN}-six"