summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-24 11:13:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-25 22:36:08 +0100
commit08e3dcb34021f020d5316a5fa47e3b73f01f31fe (patch)
tree26f291f5884409aa57037377f2316f43de5f5668 /meta
parente18350d44fd5ecd08910ee2cc569c009653b78f9 (diff)
downloadpoky-08e3dcb34021f020d5316a5fa47e3b73f01f31fe.tar.gz
python3-smartypants: fix upstream version check
Upstream has never published the 2.0.1 tarball. (From OE-Core rev: 00f3ebbab50182ad5b948f266480cf30f9eb1d33) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-smartypants_2.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb b/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
index 8acc971c35..ba3408247b 100644
--- a/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
+++ b/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
@@ -10,3 +10,4 @@ SRC_URI[sha256sum] = "7812353a32022699a1aa8cd5626e01c94a946dcaeedaee2d0b382bae4c
10 10
11BBCLASSEXTEND = "native" 11BBCLASSEXTEND = "native"
12 12
13UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(?!2\.0\.1)(\d+[\.\-_]*)+)/"