From b5547555c9d885f198ef0765acb91f504385a9ae Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 5 May 2022 07:05:19 +0200 Subject: [PATCH] python3-dtschema: upgrade 2022.1 -> 2022.4 (From OE-Core rev: 409db81eb1459f67b6803242d027bebab4949e1b) Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../{python3-dtschema_2022.1.bb => python3-dtschema_2022.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dtschema_2022.1.bb => python3-dtschema_2022.4.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.1.bb b/meta/recipes-devtools/python/python3-dtschema_2022.4.bb similarity index 83% rename from meta/recipes-devtools/python/python3-dtschema_2022.1.bb rename to meta/recipes-devtools/python/python3-dtschema_2022.4.bb index d73e5810b8..7bc89c844c 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2022.1.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2022.4.bb @@ -7,7 +7,7 @@ inherit pypi setuptools3 PYPI_PACKAGE = "dtschema" -SRC_URI[sha256sum] = "1b92b3b9a31b6e4b8b2be70dbf3065775530bc4c52e991955b67be19741114c5" +SRC_URI[sha256sum] = "c70a644e0100b5bacd44839a2316291d8eee91f6535a8419459de59fd0fcf6ce" DEPENDS += "python3-setuptools-scm-native" RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"