From: Alexander Kanavin Date: Mon, 19 Oct 2020 15:42:54 +0000 (+0200) Subject: python3: fix upstream version check X-Git-Tag: 2020-10-gatesgarth~24 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c8a6512b36e12f48d8713c5c3b48d83a431c8191;p=openembedded-core.git python3: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3_3.8.5.bb b/meta/recipes-devtools/python/python3_3.8.5.bb index cabe5dc075..2a3c52a116 100644 --- a/meta/recipes-devtools/python/python3_3.8.5.bb +++ b/meta/recipes-devtools/python/python3_3.8.5.bb @@ -45,6 +45,7 @@ SRC_URI[sha256sum] = "e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af6 # exclude pre-releases for both python 2.x and 3.x UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P\d+(\.\d+)+).tar" +UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/" CVE_PRODUCT = "python"