mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
12390fd0d6
Twisted requires pyhamcrest for /usr/bin/twistd to work, but in zeus there is only a python2 recipe for this package, thus the twistd daemon won't be able to run properly for python3. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
11 lines
350 B
BlitzBasic
11 lines
350 B
BlitzBasic
SUMMARY = "Hamcrest framework for matcher objects"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6df1318c6071dd1707f5e3b6c11f24f"
|
|
|
|
PYPI_PACKAGE = "PyHamcrest"
|
|
|
|
SRC_URI[md5sum] = "8b833a3fa30197455df79424f30c8c3f"
|
|
SRC_URI[sha256sum] = "8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd"
|
|
|
|
inherit pypi setuptools3
|