blob: 177c6fc030d1772d103a70ed8a60af51af5bab06 [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 Williams56b44a92024-01-19 08:49:29 -06007SRC_URI[sha256sum] = "a3726289da9eff2ce30f9b1b49ec59e9245216f7aecbfa2007f73dbe94999717"
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"