diff options
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 | ||