diff options
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.bb | 28 |
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 | |||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS:${PN} += " \ | 11 | RDEPENDS:${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 | " |