diff options
author | Otavio Salvador <otavio.salvador@gmail.com> | 2022-01-03 13:18:45 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-05 17:18:16 +0000 |
commit | 03b1e9c761e6ae27b3a3a1d5672e73c23e171932 (patch) | |
tree | d426d93015c5c6b3773888128c62b5cb7b0ff125 | |
parent | b93bd18b1127cab22ca4d871b6dc0795af8d735d (diff) | |
download | poky-03b1e9c761e6ae27b3a3a1d5672e73c23e171932.tar.gz |
python3-dtschema: upgrade 2021.10 -> 2021.12
(From OE-Core rev: 3ca55d834be756e6ab8422ba6203e95a2f54086e)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-dtschema_2021.12.bb (renamed from meta/recipes-devtools/python/python3-dtschema_2021.10.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2021.10.bb b/meta/recipes-devtools/python/python3-dtschema_2021.12.bb index 627aed496f..34d0bf61b3 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 | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "dtschema" | 8 | PYPI_PACKAGE = "dtschema" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "d2f0d847ba2ad4d223317ef7304342b0" | 10 | SRC_URI[sha256sum] = "f68af77fbce1ae00015c1fd2809fd20db8b72a27105c26a20e1ac0203aee1739" |
11 | SRC_URI[sha256sum] = "d09c94d13f46e6674ba11ff31220651ad1b02dae860f5a87905dfac6b8d768d9" | ||
12 | 11 | ||
13 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
14 | RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" | 13 | RDEPENDS:${PN} += "python3-ruamel-yaml python3-jsonschema python3-rfc3987" |