From 09dfa7fcb698e1ecf41fb8ed46e26a7614bb5089 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:24 +0200 Subject: python3-pyjks: fix run-time dependencies This package actually depends on python3-pycryptodomex. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb') 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} = " \ python3-javaobj-py3 \ python3-pyasn1 \ python3-pyasn1-modules \ - python3-pycryptodome \ + python3-pycryptodomex \ python3-twofish \ " -- cgit v1.2.3-54-g00ecf