Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 1 | SUMMARY = "Assign Ethereum transactions and messages with local private keys." |
| 2 | HOMEPAGE = "https://github.com/ethereum/eth-account" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=16ffc86adf4293d4cfb204e77d62cfe6" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "2ffc7a0c7538053a06a7d11495c16c7ad9897dd42be0f64ca7551e9f6e0738c3" |
| 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
| 11 | RDEPENDS:${PN} += " \ |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 12 | 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 Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 20 | " |