diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.1.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-awesomeversion_22.5.1.bb rename to meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb index cdb89698b..c43f9ee54 100644 --- a/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-awesomeversion_22.5.2.bb @@ -4,6 +4,8 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d" -SRC_URI[sha256sum] = "84bcd85ab1bb9a287cfd1b2e5145f888b6e02ef3e3a63a07453f10f2f6e50fe3" +SRC_URI[sha256sum] = "051f89efd8ba0b157fb516bda5e1dad4d63f87e8f9c0c148930023d984fce62f" + +RDEPENDS:${PN} += "python3-profile python3-logging" inherit pypi setuptools3