diff --git a/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb b/meta-python/recipes-devtools/python/python3-cmd2_2.2.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb rename to meta-python/recipes-devtools/python/python3-cmd2_2.2.0.bb index 874e7cf0c1a..2632ce1c80b 100644 --- a/meta-python/recipes-devtools/python/python3-cmd2_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-cmd2_2.2.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4c527bcb481233ebcb803de975f42701" DEPENDS += "${PYTHON_PN}-setuptools-scm-native" -SRC_URI[sha256sum] = "25dbb2e9847aaa686a8a21e84e3d101db8b79f5cb992e044fc54210ab8c0ad41" +SRC_URI[sha256sum] = "34cd12424d9e2835eff125146af3d9f4a4c2931c6bc5a3cea9790bd4f55756d9" inherit pypi setuptools3 @@ -17,6 +17,7 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-compression \ ${PYTHON_PN}-pydoc \ ${PYTHON_PN}-json \ + ${PYTHON_PN}-numbers \ " BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.1.bb similarity index 51% rename from meta-python/recipes-devtools/python/python3-huey_2.4.0.bb rename to meta-python/recipes-devtools/python/python3-huey_2.4.1.bb index afdc65b2464..64bd8880ec5 100644 --- a/meta-python/recipes-devtools/python/python3-huey_2.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-huey_2.4.1.bb @@ -5,7 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" PYPI_PACKAGE = "huey" -SRC_URI[sha256sum] = "82981fb8f1964e8c9ee8f4ebcd5a2ebad561dd93ce8b454bf4f4ecfb54bd1411" +SRC_URI[sha256sum] = "bd55e90746cec16e7a61d6dc60d4591c74cba59000dca96c387a4d4eee1395f6" + +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-logging \ + python3-multiprocessing \ + python3-json \ +" inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb b/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb rename to meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb index d87ed4d2a2e..7d185989d98 100644 --- a/meta-python/recipes-devtools/python/python3-humanfriendly_9.2.bb +++ b/meta-python/recipes-devtools/python/python3-humanfriendly_10.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5d178009f806c2bdd498a19be0013a7a" PYPI_PACKAGE = "humanfriendly" -SRC_URI[sha256sum] = "f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18ff9c48" +SRC_URI[sha256sum] = "6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc" inherit pypi setuptools3 @@ -21,4 +21,4 @@ RDEPENDS:${PN}:class-target += " \ ${PYTHON_PN}-stringold \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"