diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:52 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | e2bad288954cb58f52e392855687661027cb7461 (patch) | |
tree | 0f2436a45fe3f7e001d2d5a8907d29d5d6b6e1a4 /meta-python/recipes-devtools | |
parent | d334d496c36f326c9025fbe259f96fce62edaf1f (diff) | |
download | meta-openembedded-e2bad288954cb58f52e392855687661027cb7461.tar.gz |
python3-web3: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-web3_6.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-web3_6.3.0.bb b/meta-python/recipes-devtools/python/python3-web3_6.3.0.bb index 3c617b216..088bfd504 100644 --- a/meta-python/recipes-devtools/python/python3-web3_6.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-web3_6.3.0.bb | |||
@@ -13,6 +13,8 @@ RDEPENDS:${PN} += " \ | |||
13 | python3-distutils \ | 13 | python3-distutils \ |
14 | python3-eth-account \ | 14 | python3-eth-account \ |
15 | python3-idna \ | 15 | python3-idna \ |
16 | python3-jsonschema \ | ||
17 | python3-google-api-core \ | ||
16 | python3-lru-dict \ | 18 | python3-lru-dict \ |
17 | python3-requests \ | 19 | python3-requests \ |
18 | python3-setuptools \ | 20 | python3-setuptools \ |