summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2022-09-27 17:37:42 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-28 14:54:31 -0700
commit69b5786835606d4d478a73db0325f744d6d65d58 (patch)
treeeb6d24f751e804ced14f9bbdcb1007e32771f6b8 /meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
parent8d24a879eb6e510ddc10a844092fab3eccfec8bc (diff)
downloadmeta-openembedded-69b5786835606d4d478a73db0325f744d6d65d58.tar.gz
python3-web3: upgrade 5.30.0 -> 5.31.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-web3_5.31.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-web3_5.31.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_5.31.0.bb b/meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
new file mode 100644
index 0000000000..435eb1d065
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-web3_5.31.0.bb
@@ -0,0 +1,20 @@
1SUMMARY = "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=1dc2732bdc5e50382737979791cbb3b7"
6
7SRC_URI[sha256sum] = "ef0ad5c62958fe18202bacfa1f216a57d97a8abdecc68f87946c02b38aaab34e"
8
9inherit pypi setuptools3
10
11RDEPENDS:${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"