1SUMMARY = "The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3."
2HOMEPAGE = "https://github.com/ethereum/eth-hash"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
6
7SRC_URI[sha256sum] = "ae72889e60db6acbb3872c288cfa02ed157f4c27630fcd7f9c8442302c31e478"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = "\
12	${PYTHON_PN}-logging \
13	${PYTHON_PN}-pycryptodome \
14"
15