summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:24 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:59 -0700
commit09dfa7fcb698e1ecf41fb8ed46e26a7614bb5089 (patch)
tree41a43fbe3c963934ad5e361580c58bd49cdcf1e7 /meta-python/recipes-devtools/python
parent5d67a7900cee8f8c8a6e6b1d942704bfb7da41fb (diff)
downloadmeta-openembedded-09dfa7fcb698e1ecf41fb8ed46e26a7614bb5089.tar.gz
python3-pyjks: fix run-time dependencies
This package actually depends on python3-pycryptodomex. 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/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb
index e1b30e3e12..c0cca98ff6 100644
--- a/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb
@@ -15,7 +15,7 @@ RDEPENDS:${PN} = " \
15 python3-javaobj-py3 \ 15 python3-javaobj-py3 \
16 python3-pyasn1 \ 16 python3-pyasn1 \
17 python3-pyasn1-modules \ 17 python3-pyasn1-modules \
18 python3-pycryptodome \ 18 python3-pycryptodomex \
19 python3-twofish \ 19 python3-twofish \
20" 20"
21 21