From 490b9357d5ede15fbcbb01971591abddb115a3b0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 25 Aug 2023 12:41:58 +0200 Subject: [PATCH] python3-sphinx: correct version check Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-sphinx_7.1.1.bb | 1 + 1 file changed, 1 insertion(+) 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?) -- 2.47.3