blob: 77e656527263ee9db1c1b92652ff8a6939eda488 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3."
2HOMEPAGE = "https://github.com/ethereum/eth-hash"
3SECTION = "devel/python"
4LICENSE = "MIT"
Patrick Williams520786c2023-06-25 16:20:36 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
Andrew Geissler517393d2023-01-13 08:55:19 -06006
Patrick Williams56b44a92024-01-19 08:49:29 -06007SRC_URI[sha256sum] = "ae72889e60db6acbb3872c288cfa02ed157f4c27630fcd7f9c8442302c31e478"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = "\
12 ${PYTHON_PN}-logging \
13 ${PYTHON_PN}-pycryptodome \
14"