diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-01 15:41:34 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-01 08:46:48 -0700 |
| commit | d246afe8e028b44a2e803aeeae64c78865d3409b (patch) | |
| tree | abdbe091142c74d848ced8608b41fb76c3775896 /meta-python/recipes-devtools/python/python3-web3_6.7.0.bb | |
| parent | d0805a5a16b36bee829b9379448a39653972c9de (diff) | |
| download | meta-openembedded-d246afe8e028b44a2e803aeeae64c78865d3409b.tar.gz | |
python3-web3: upgrade 6.3.0 -> 6.7.0
License-Update: change lib author to EF
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-web3_6.7.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_6.7.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb b/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb new file mode 100644 index 0000000000..c842639678 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-web3_6.7.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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] = "dc05e4130ed2e1e67a18a6f012cd3095440f37c0b8334038071d5510176debb5" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-aiohttp \ | ||
| 13 | python3-distutils \ | ||
| 14 | python3-eth-account \ | ||
| 15 | python3-idna \ | ||
| 16 | python3-jsonschema \ | ||
| 17 | python3-google-api-core \ | ||
| 18 | python3-lru-dict \ | ||
| 19 | python3-requests \ | ||
| 20 | python3-setuptools \ | ||
| 21 | python3-websockets \ | ||
| 22 | " | ||
