From: Alexander Kanavin Date: Fri, 25 Aug 2023 10:41:58 +0000 (+0200) Subject: python3-sphinx: correct version check X-Git-Tag: yocto-5.2~5404 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=490b9357d5ede15fbcbb01971591abddb115a3b0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-sphinx: correct version check Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-sphinx_7.1.1.bb b/meta/recipes-devtools/python/python3-sphinx_7.1.1.bb index fa616cd5044..92d60126922 100644 --- a/meta/recipes-devtools/python/python3-sphinx_7.1.1.bb +++ b/meta/recipes-devtools/python/python3-sphinx_7.1.1.bb @@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb6ac1b115a1ed24a12d9f15b633993" SRC_URI[sha256sum] = "59b8e391f0768a96cd233e8300fe7f0a8dc2f64f83dc2a54336a9a84f428ff4e" inherit python_flit_core pypi +UPSTREAM_CHECK_REGEX = "/Sphinx/(?P(\d+[\.\-_]*)+)/" do_install:append () { # The cache format of "{None, 'en', 'ja'}" doesn't seem to be consistent (dict ordering?)