diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:24 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
| commit | 09dfa7fcb698e1ecf41fb8ed46e26a7614bb5089 (patch) | |
| tree | 41a43fbe3c963934ad5e361580c58bd49cdcf1e7 /meta-python | |
| parent | 5d67a7900cee8f8c8a6e6b1d942704bfb7da41fb (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb | 2 |
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 | ||
