blob: 683d84761c3083f8588c39c93d2b628b2dce00f8 [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 Williams520786c2023-06-25 16:20:36 -05007SRC_URI[sha256sum] = "1b5f10eca7765cc385e1430eefc5ced6e2e463bb18d1365510e2e539c1a6fe4e"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = "\
12 ${PYTHON_PN}-logging \
13 ${PYTHON_PN}-pycryptodome \
14"