From: Otavio Salvador Date: Mon, 3 Jan 2022 16:18:45 +0000 (-0300) Subject: python3-dtschema: upgrade 2021.10 -> 2021.12 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5610 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca55d834be756e6ab8422ba6203e95a2f54086e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-dtschema: upgrade 2021.10 -> 2021.12 Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-dtschema_2021.10.bb b/meta/recipes-devtools/python/python3-dtschema_2021.12.bb similarity index 75% rename from meta/recipes-devtools/python/python3-dtschema_2021.10.bb rename to meta/recipes-devtools/python/python3-dtschema_2021.12.bb index 627aed496f7..34d0bf61b37 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2021.10.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2021.12.bb @@ -7,8 +7,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "dtschema" -SRC_URI[md5sum] = "d2f0d847ba2ad4d223317ef7304342b0" -SRC_URI[sha256sum] = "d09c94d13f46e6674ba11ff31220651ad1b02dae860f5a87905dfac6b8d768d9" +SRC_URI[sha256sum] = "f68af77fbce1ae00015c1fd2809fd20db8b72a27105c26a20e1ac0203aee1739" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"