blob: 0f0682fca4007d3c303586fa6bec8196a4f205d5 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "A Python library for interacting with Ethereum."
2HOMEPAGE = "https://github.com/ethereum/web3.py"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=373fede350846fdffd23648fba504635"
6
Patrick Williams169d7bc2024-01-05 11:33:25 -06007SRC_URI[sha256sum] = "769ab3cfffea69c6b495c63a1aecdb522651c0304260fc25467a886d0be622e2"
Patrick Williamsac13d5f2023-11-24 18:59:46 -06008
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += " \
12 python3-aiohttp \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060013 python3-eth-account \
14 python3-idna \
15 python3-jsonschema \
16 python3-google-api-core \
17 python3-lru-dict \
18 python3-requests \
19 python3-setuptools \
20 python3-websockets \
21"