From: Alexander Kanavin Date: Tue, 29 Oct 2024 11:39:45 +0000 (+0100) Subject: python3-mako: fix upstream version check X-Git-Tag: uninative-4.7~1050 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed0e0cd96ae1250c9d6991ffccdcc7c902dd4ef;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-mako: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-mako_1.3.6.bb b/meta/recipes-devtools/python/python3-mako_1.3.6.bb index 27e2082dc01..6d334991ff5 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.6.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.6.bb @@ -5,6 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=d0995d6f7ba3f186a03118f244e88f57" PYPI_PACKAGE = "mako" +UPSTREAM_CHECK_PYPI_PACKAGE = "Mako" inherit pypi python_setuptools_build_meta ptest