diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-web3_6.15.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_6.15.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb b/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb new file mode 100644 index 0000000000..00b19bb240 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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 | " | ||
