From: Liu Yiding Date: Mon, 12 Jan 2026 10:35:39 +0000 (+0800) Subject: python3-sphinx: change RDEPENDS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2498921a773c41892bc50120fb52596312b98fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-sphinx: change RDEPENDS Change RDEPENDS from python3-roman-numerals-py to python3-roman-numerals as upstream name has changed. Signed-off-by: Liu Yiding Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-sphinx_9.1.0.bb b/meta/recipes-devtools/python/python3-sphinx_9.1.0.bb index dc8ee18de1..24e95da10d 100644 --- a/meta/recipes-devtools/python/python3-sphinx_9.1.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx_9.1.0.bb @@ -22,7 +22,7 @@ RDEPENDS:${PN} = "\ python3-packaging \ python3-pygments \ python3-requests \ - python3-roman-numerals-py \ + python3-roman-numerals \ python3-snowballstemmer \ python3-sphinxcontrib-applehelp \ python3-sphinxcontrib-devhelp \