From ea2b9b9bd2dddad095ad7a2fa826742a7c4f02ee Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 29 Oct 2024 12:39:45 +0100 Subject: [PATCH] python3-mako: fix upstream version check (From OE-Core rev: aed0e0cd96ae1250c9d6991ffccdcc7c902dd4ef) Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-mako_1.3.6.bb | 1 + 1 file changed, 1 insertion(+) 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 27e2082dc0..6d334991ff 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