Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame^] | 1 | SUMMARY = "A Python library for interacting with Ethereum." |
| 2 | HOMEPAGE = "https://github.com/ethereum/web3.py" |
| 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "f9e7eefc1b3c3d194868a4ef9583b625c18ea3f31a48ebe143183db74898f381" |
| 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
| 11 | RDEPENDS:${PN} += " \ |
| 12 | ${PYTHON_PN}-aiohttp \ |
| 13 | ${PYTHON_PN}-eth-abi \ |
| 14 | ${PYTHON_PN}-eth-account \ |
| 15 | ${PYTHON_PN}-eth-hash \ |
| 16 | ${PYTHON_PN}-eth-typing \ |
| 17 | ${PYTHON_PN}-eth-utils \ |
| 18 | ${PYTHON_PN}-hexbytes \ |
| 19 | ${PYTHON_PN}-jsonschema \ |
| 20 | ${PYTHON_PN}-protobuf \ |
| 21 | ${PYTHON_PN}-pydantic \ |
| 22 | ${PYTHON_PN}-requests \ |
| 23 | ${PYTHON_PN}-typing-extensions \ |
| 24 | ${PYTHON_PN}-websockets \ |
| 25 | ${PYTHON_PN}-pyunormalize \ |
| 26 | " |