summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb
new file mode 100644
index 0000000000..59d9b5e8b3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyhamcrest_2.0.2.bb
@@ -0,0 +1,13 @@
1SUMMARY = "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[md5sum] = "7a086f0b067f8d38958ec32f054559b4"
9SRC_URI[sha256sum] = "412e00137858f04bde0729913874a48485665f2d36fe9ee449f26be864af9316"
10
11inherit pypi setuptools3
12
13RDEPENDS_${PN} += "${PYTHON_PN}-six"