aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-pycryptodomex_3.9.3.bb (renamed from recipes-devtools/python/python-pycryptodome_3.9.3.bb)4
-rw-r--r--recipes-devtools/python/python-pyjks_19.0.0.bb2
-rw-r--r--recipes-devtools/python/python-pysnmp_4.4.9.bb2
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/python/python-pycryptodome_3.9.3.bb b/recipes-devtools/python/python-pycryptodomex_3.9.3.bb
index e2315fa..643e156 100644
--- a/recipes-devtools/python/python-pycryptodome_3.9.3.bb
+++ b/recipes-devtools/python/python-pycryptodomex_3.9.3.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "http://www.pycryptodome.org"
LICENSE = "PD & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=6dc0e2a13d2f25d6f123c434b761faba"
-SRC_URI[md5sum] = "c4e53f9ed33ca883b18249b9e1546251"
-SRC_URI[sha256sum] = "39ddc3c493125494572e0beefa8e8e6a43369e93c3c3e163cb871b37c1c62fba"
+SRC_URI[md5sum] = "3a34a9c337c4ba9f388ace099d733fc5"
+SRC_URI[sha256sum] = "e87c272263559d657ab3b990be8174c0d492cbc2f4f8d0bddfaef82dfe05d54c"
inherit pypi setuptools
diff --git a/recipes-devtools/python/python-pyjks_19.0.0.bb b/recipes-devtools/python/python-pyjks_19.0.0.bb
index 75f9a0e..c2dccd9 100644
--- a/recipes-devtools/python/python-pyjks_19.0.0.bb
+++ b/recipes-devtools/python/python-pyjks_19.0.0.bb
@@ -16,7 +16,7 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-javaobj-py3 \
${PYTHON_PN}-pyasn1 \
${PYTHON_PN}-pyasn1-modules \
- ${PYTHON_PN}-pycryptodome \
+ ${PYTHON_PN}-pycryptodomex \
${PYTHON_PN}-twofish\
"
diff --git a/recipes-devtools/python/python-pysnmp_4.4.9.bb b/recipes-devtools/python/python-pysnmp_4.4.9.bb
index 8883df9..2d98991 100644
--- a/recipes-devtools/python/python-pysnmp_4.4.9.bb
+++ b/recipes-devtools/python/python-pysnmp_4.4.9.bb
@@ -20,7 +20,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
-RDEPENDS_${PN} += "python-pycrypto \
+RDEPENDS_${PN} += "python-pycryptodomex \
python-pyasn1 \
python-pysmi \
"