meta-openembedded/meta-python/recipes-devtools/python/python3-eth-account_0.10.0.bb
Khem Raj 58342aa8f4 python3-eth-account: upgrade 0.9.0 -> 0.10.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06 08:47:48 -08:00

19 lines
524 B
BlitzBasic

SUMMARY = "Assign Ethereum transactions and messages with local private keys."
HOMEPAGE = "https://github.com/ethereum/eth-account"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=16ffc86adf4293d4cfb204e77d62cfe6"
SRC_URI[sha256sum] = "474a2fccf7286230cf66502565f03b536921d7e1fdfceba198e42160e5ac4bc1"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-bitarray \
python3-cytoolz \
python3-eth-abi \
python3-eth-keyfile \
python3-eth-rlp \
python3-hexbytes \
"