From 4f9a3f7386796f54174aec1826f40f552c4ecc23 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:01:32 +0800 Subject: python3-web3: upgrade 7.7.0 -> 7.8.0 License-Update: Copyright year updated to 2025. Changelog: https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-web3_7.7.0.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-web3_7.7.0.bb (limited to 'meta-python/recipes-devtools/python/python3-web3_7.7.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb b/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb deleted file mode 100644 index 3d8acd9d28..0000000000 --- a/meta-python/recipes-devtools/python/python3-web3_7.7.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "A Python library for interacting with Ethereum." -HOMEPAGE = "https://github.com/ethereum/web3.py" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c8694da5a97575618474d9caf8c812da" - -SRC_URI[sha256sum] = "4d0332b9a78b855e57ccebd9e1e74c8e855b95869ac7b8fe5878731593e76408" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-aiohttp \ - python3-eth-abi \ - python3-eth-account \ - python3-eth-hash \ - python3-eth-typing \ - python3-eth-utils \ - python3-hexbytes \ - python3-jsonschema \ - python3-protobuf \ - python3-pydantic \ - python3-requests \ - python3-typing-extensions \ - python3-websockets \ - python3-pyunormalize \ -" -- cgit v1.2.3-54-g00ecf