diff options
author | Derek Straka <derek@asterius.io> | 2023-09-27 05:37:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-27 12:05:45 -0700 |
commit | ee9fccf9084a0b8679cda8aaeedf52f9fb97c844 (patch) | |
tree | c960d104b0718ae6193905297798b631633dad33 /meta-python/recipes-devtools/python | |
parent | e594a784351916aa0a798d4007d00fb4d3bee165 (diff) | |
download | meta-openembedded-ee9fccf9084a0b8679cda8aaeedf52f9fb97c844.tar.gz |
python3-ninja-syntax: Fix upstream check by specifying the UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb b/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb index 9a6326f37d..ec7747307d 100644 --- a/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-ninja-syntax_1.7.2.bb | |||
@@ -8,3 +8,5 @@ SRC_URI[sha256sum] = "342dc97b9e88a6495bae22953ee6063f91d2f03db6f727b62ba5c3092a | |||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | PYPI_PACKAGE = "ninja_syntax" | 10 | PYPI_PACKAGE = "ninja_syntax" |
11 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/ninja_syntax/" | ||
12 | UPSTREAM_CHECK_REGEX = "/ninja_syntax/(?P<pver>(\d+[\.\-_]*)+)" \ No newline at end of file | ||