summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2025-02-26 12:39:51 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-27 10:55:17 +0000
commitff8898d10b75841061928da3facac506b281ed81 (patch)
tree68e05a6e91929afc0bc1961b61493554c9a08a50 /meta/recipes-devtools/python
parent0c648d3ae16a279f18e60721fa27d2f48c9f139a (diff)
downloadpoky-ff8898d10b75841061928da3facac506b281ed81.tar.gz
python3-sphinx: upgrade 8.1.3 -> 8.2.1
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html License-Update: Update copyright year Add roman-numerals-py to RDEPENDS to avoid the following error: | sphinx.errors.ExtensionError: Could not import extension sphinx.builders.latex (exception: No module named 'roman_numerals') (From OE-Core rev: 67874bb6689f177dcf4b7509cfa0dc9d62b8f38b) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-sphinx_8.2.1.bb (renamed from meta/recipes-devtools/python/python3-sphinx_8.1.3.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb b/meta/recipes-devtools/python/python3-sphinx_8.2.1.bb
index 38cceb068a..614566b8f4 100644
--- a/meta/recipes-devtools/python/python3-sphinx_8.1.3.bb
+++ b/meta/recipes-devtools/python/python3-sphinx_8.2.1.bb
@@ -2,9 +2,9 @@ SUMMARY = "Python documentation generator"
2HOMEPAGE = "http://sphinx-doc.org/" 2HOMEPAGE = "http://sphinx-doc.org/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD-2-Clause & MIT" 4LICENSE = "BSD-2-Clause & MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=4ab44940eeb9c0ec044da326d904a683" 5LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=e30c37a2b7fb0afa3adc0d72b85e8b04"
6 6
7SRC_URI[sha256sum] = "43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927" 7SRC_URI[sha256sum] = "e4b932951b9c18b039f73b72e4e63afe967d90408700ec222b981ac24647c01e"
8 8
9inherit python_flit_core pypi 9inherit python_flit_core pypi
10 10
@@ -22,6 +22,7 @@ RDEPENDS:${PN} = "\
22 python3-packaging \ 22 python3-packaging \
23 python3-pygments \ 23 python3-pygments \
24 python3-requests \ 24 python3-requests \
25 python3-roman-numerals-py \
25 python3-snowballstemmer \ 26 python3-snowballstemmer \
26 python3-sphinxcontrib-applehelp \ 27 python3-sphinxcontrib-applehelp \
27 python3-sphinxcontrib-devhelp \ 28 python3-sphinxcontrib-devhelp \