mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-08-21 16:29:14 +02:00

Upgrade to release 0.13.7: - Fix issues with the json schema generation for Pydantic models (SignedSetCodeAuthorization) and simplify the serialization by moving a misplaced @field_validator decorator above @classmethod (not below it). - Update and clarify documentation for authorization signing. License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
616 B
BlitzBasic
24 lines
616 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=a26e64020156e806cf0054a6d504b301"
|
|
|
|
SRC_URI[sha256sum] = "5853ecbcbb22e65411176f121f5f24b8afeeaf13492359d254b16d8b18c77a46"
|
|
|
|
PYPI_PACKAGE = "eth_account"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-bitarray \
|
|
python3-eth-abi \
|
|
python3-eth-keyfile \
|
|
python3-eth-keys \
|
|
python3-eth-rlp \
|
|
python3-eth-utils \
|
|
python3-hexbytes \
|
|
python3-rlp \
|
|
python3-ckzg \
|
|
"
|