diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:49:04 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
| commit | 91051f1a345eb6e9035a62e21dff9c93ce9e58a3 (patch) | |
| tree | 8f479b1b0389553a838e4460846c225a35905f6f | |
| parent | 4b78e21ab8a215288b66f9b1e58856f32b30b5db (diff) | |
| download | poky-91051f1a345eb6e9035a62e21dff9c93ce9e58a3.tar.gz | |
python3-markdown: update 3.6 -> 3.7
(From OE-Core rev: 68f5e7215073776ea01512fa4c41534b57840681)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-markdown_3.7.bb (renamed from meta/recipes-devtools/python/python3-markdown_3.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-markdown_3.6.bb b/meta/recipes-devtools/python/python3-markdown_3.7.bb index 7c64837395..619779d769 100644 --- a/meta/recipes-devtools/python/python3-markdown_3.6.bb +++ b/meta/recipes-devtools/python/python3-markdown_3.7.bb | |||
| @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ec58cdf7cfed06a21f7a9362627a5480" | |||
| 5 | 5 | ||
| 6 | inherit pypi python_setuptools_build_meta | 6 | inherit pypi python_setuptools_build_meta |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "Markdown" | 8 | UPSTREAM_CHECK_PYPI_PACKAGE = "Markdown" |
| 9 | SRC_URI[sha256sum] = "ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224" | 9 | SRC_URI[sha256sum] = "2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2" |
| 10 | 10 | ||
| 11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
| 12 | 12 | ||
