mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e18350d44f
commit
08e3dcb340
@@ -10,3 +10,4 @@ SRC_URI[sha256sum] = "7812353a32022699a1aa8cd5626e01c94a946dcaeedaee2d0b382bae4c
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "/${PYPI_PACKAGE}/(?P<pver>(?!2\.0\.1)(\d+[\.\-_]*)+)/"
|
||||
|
||||
Reference in New Issue
Block a user