summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-07 15:54:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-08 22:47:16 +0000
commit98b871c9c7b2e78f4c089915a82615bb37b809df (patch)
tree5d537adc37c4a121bc08435d6822eeb7970ea890 /meta
parent18e87916c601e9b99c86864b9442ace46f37a560 (diff)
downloadpoky-98b871c9c7b2e78f4c089915a82615bb37b809df.tar.gz
python3-dtschema: upgrade 2022.8.3 -> 2022.9
(From OE-Core rev: a0cd4f04e858dcc643fa43215be578573e10c74a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-dtschema_2022.9.bb (renamed from meta/recipes-devtools/python/python3-dtschema_2022.8.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2022.8.3.bb b/meta/recipes-devtools/python/python3-dtschema_2022.9.bb
index bc819c0dd6..3dcbc2dcb2 100644
--- a/meta/recipes-devtools/python/python3-dtschema_2022.8.3.bb
+++ b/meta/recipes-devtools/python/python3-dtschema_2022.9.bb
@@ -7,7 +7,7 @@ inherit pypi setuptools3
7 7
8PYPI_PACKAGE = "dtschema" 8PYPI_PACKAGE = "dtschema"
9 9
10SRC_URI[sha256sum] = "128c88a393cd04154cef4d4b10a643e4473ae290b436e8e61d2e97ae8e53255d" 10SRC_URI[sha256sum] = "c9533312a2d77c4ccdbffda1504aba850d9b224fd8b43e929cee2aa68478e82a"
11 11
12DEPENDS += "python3-setuptools-scm-native" 12DEPENDS += "python3-setuptools-scm-native"
13RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" 13RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987"