diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyjks_20.0.0.bb | 12 |
1 files changed, 6 insertions, 6 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 87e212d9dc..e1b30e3e12 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 | |||
@@ -11,12 +11,12 @@ SRC_URI[sha256sum] = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b3 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS:${PN} = "\ | 14 | RDEPENDS:${PN} = " \ |
15 | ${PYTHON_PN}-javaobj-py3 \ | 15 | python3-javaobj-py3 \ |
16 | ${PYTHON_PN}-pyasn1 \ | 16 | python3-pyasn1 \ |
17 | ${PYTHON_PN}-pyasn1-modules \ | 17 | python3-pyasn1-modules \ |
18 | ${PYTHON_PN}-pycryptodome \ | 18 | python3-pycryptodome \ |
19 | ${PYTHON_PN}-twofish\ | 19 | python3-twofish \ |
20 | " | 20 | " |
21 | 21 | ||
22 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |