From e45dca9df0f1e8599fe7b71b3bb4969a991fa894 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 19 Mar 2022 08:15:55 +0100 Subject: python3-semantic-version: fix upstream verison check (From OE-Core rev: 6fbc555ee50f97c4b4b3e3af5eaeb23551ec4901) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb b/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb index ee635871bf..4101f48043 100644 --- a/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb +++ b/meta/recipes-devtools/python/python3-semantic-version_2.9.0.bb @@ -10,3 +10,5 @@ PYPI_PACKAGE = "semantic_version" inherit pypi setuptools3 BBCLASSEXTEND = "native nativesdk" + +UPSTREAM_CHECK_REGEX = "/semantic-version/(?P(\d+[\.\-_]*)+)/" -- cgit v1.2.3-54-g00ecf