summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-19 20:10:24 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-19 23:22:24 -0800
commit94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch)
tree660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-devtools/python/python3-web3_6.15.1.bb
parent16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff)
downloadmeta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz
meta-python: drop ${PYTHON_PN}
python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-web3_6.15.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-web3_6.15.1.bb28
1 files changed, 14 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb b/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb
index 00b19bb240..4eea0f0523 100644
--- a/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb
+++ b/meta-python/recipes-devtools/python/python3-web3_6.15.1.bb
@@ -9,18 +9,18 @@ SRC_URI[sha256sum] = "f9e7eefc1b3c3d194868a4ef9583b625c18ea3f31a48ebe143183db748
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11RDEPENDS:${PN} += " \ 11RDEPENDS:${PN} += " \
12 ${PYTHON_PN}-aiohttp \ 12 python3-aiohttp \
13 ${PYTHON_PN}-eth-abi \ 13 python3-eth-abi \
14 ${PYTHON_PN}-eth-account \ 14 python3-eth-account \
15 ${PYTHON_PN}-eth-hash \ 15 python3-eth-hash \
16 ${PYTHON_PN}-eth-typing \ 16 python3-eth-typing \
17 ${PYTHON_PN}-eth-utils \ 17 python3-eth-utils \
18 ${PYTHON_PN}-hexbytes \ 18 python3-hexbytes \
19 ${PYTHON_PN}-jsonschema \ 19 python3-jsonschema \
20 ${PYTHON_PN}-protobuf \ 20 python3-protobuf \
21 ${PYTHON_PN}-pydantic \ 21 python3-pydantic \
22 ${PYTHON_PN}-requests \ 22 python3-requests \
23 ${PYTHON_PN}-typing-extensions \ 23 python3-typing-extensions \
24 ${PYTHON_PN}-websockets \ 24 python3-websockets \
25 ${PYTHON_PN}-pyunormalize \ 25 python3-pyunormalize \
26" 26"