diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-07-15 11:59:37 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-15 12:48:34 -0400 |
| commit | 21fad1049eee0195428f189f8c1ab40b8b26c8f0 (patch) | |
| tree | a08b65157a877d398ac946414b9afe0f89d62b84 /meta-python/recipes-devtools/python/python3-web3_5.30.0.bb | |
| parent | e560ab2ebd8b358f5434c7450ecea5d130dc31fd (diff) | |
| download | meta-openembedded-21fad1049eee0195428f189f8c1ab40b8b26c8f0.tar.gz | |
python3-web3: upgrade 5.29.2 -> 5.30.0
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-web3_5.30.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_5.30.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_5.30.0.bb b/meta-python/recipes-devtools/python/python3-web3_5.30.0.bb new file mode 100644 index 0000000000..a35c05e065 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-web3_5.30.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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=1dc2732bdc5e50382737979791cbb3b7" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "e141d90408fd9fe5156e2ef22884a160bef8bfd55e6cecd51181af3162ea84dd" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-aiohttp \ | ||
| 13 | python3-distutils \ | ||
| 14 | python3-eth-account \ | ||
| 15 | python3-idna \ | ||
| 16 | python3-lru-dict \ | ||
| 17 | python3-requests \ | ||
| 18 | python3-setuptools \ | ||
| 19 | python3-websockets \ | ||
| 20 | " | ||
