blob: ce48d9dcf985e085b209f1779aa29baebf59608b [file] [log] [blame]
Patrick Williams73bd93f2024-02-20 08:07:48 -06001SUMMARY = "Assign Ethereum transactions and messages with local private keys."
2HOMEPAGE = "https://github.com/ethereum/eth-account"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=16ffc86adf4293d4cfb204e77d62cfe6"
6
7SRC_URI[sha256sum] = "2ffc7a0c7538053a06a7d11495c16c7ad9897dd42be0f64ca7551e9f6e0738c3"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += " \
Patrick Williams39653562024-03-01 08:54:02 -060012 python3-bitarray \
13 python3-eth-abi \
14 python3-eth-keyfile \
15 python3-eth-keys \
16 python3-eth-rlp \
17 python3-eth-utils \
18 python3-hexbytes \
19 python3-rlp \
Patrick Williams73bd93f2024-02-20 08:07:48 -060020"