diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-03-21 10:21:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-23 12:13:50 +0000 |
commit | 73aa8621c5987befdec66a9ff09e1e2cb4f6adcd (patch) | |
tree | fad8d60aa219c2b3ea7d01a2d6b2f921269fd4ff /meta/recipes-devtools | |
parent | 16d7103df101d50bf56064833a7427f9e2332aeb (diff) | |
download | poky-73aa8621c5987befdec66a9ff09e1e2cb4f6adcd.tar.gz |
python3-sphinx-rtd-theme: correct upstream version check
(From OE-Core rev: 975be11022f42d5e91ac82bdd253a7570a72b5a7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb index 4a43b595aa..fa375055a1 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_0.5.0.bb | |||
@@ -11,6 +11,7 @@ DEPENDS = "python3-sphinx" | |||
11 | PYPI_PACKAGE = "sphinx_rtd_theme" | 11 | PYPI_PACKAGE = "sphinx_rtd_theme" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d" | 13 | SRC_URI[sha256sum] = "22c795ba2832a169ca301cd0a083f7a434e09c538c70beb42782c073651b707d" |
14 | UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/" | ||
14 | 15 | ||
15 | inherit setuptools3 pypi | 16 | inherit setuptools3 pypi |
16 | 17 | ||