python3-eth-utils: upgrade 2.1.1 -> 2.2.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-07-18 12:25:29 +08:00
committed by Khem Raj
parent 7256d14034
commit 5db0c49710

View File

@@ -0,0 +1,16 @@
SUMMARY = "Common utility functions for codebases which interact with ethereum."
HOMEPAGE = "https://github.com/ethereum/eth-utils"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6749008d847c14b9718949c2e24d5c0a"
SRC_URI[sha256sum] = "7f1a9e10400ee332432a778c321f446abaedb8f538df550e7c9964f446f7e265"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-eth-hash \
python3-eth-typing \
python3-setuptools \
python3-toolz \
"