blob: 8464dbe4030f3c17b990b10a987cf2df8b7ddedd [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} = "\
Patrick Williams39653562024-03-01 08:54:02 -060012 python3-logging \
13 python3-pycryptodome \
Andrew Geissler517393d2023-01-13 08:55:19 -060014"