diff mbox series

python3-mako: remove redundant python3-wheel-native dependency

Message ID 20260901124958.2528193-1-ross.burton@arm.com
State Under Review
Headers show
Series python3-mako: remove redundant python3-wheel-native dependency | expand

Commit Message

Ross Burton Sept. 1, 2026, 12:49 p.m. UTC
This build dependency was removed in the 1.4.0 release[1].

[1] https://github.com/sqlalchemy/mako/commit/1e439f6178f92db7c5c45eea37ec4319eeda345d

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-mako_1.4.1.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-mako_1.4.1.bb b/meta/recipes-devtools/python/python3-mako_1.4.1.bb
index fb989cb21c5..90d303e84be 100644
--- a/meta/recipes-devtools/python/python3-mako_1.4.1.bb
+++ b/meta/recipes-devtools/python/python3-mako_1.4.1.bb
@@ -12,8 +12,6 @@  SRC_URI[sha256sum] = "d7904710b662996425a21627710c4777c45053146942cf8a7aebf757c9
 
 CVE_PRODUCT = "makotemplates:mako sqlalchemy:mako"
 
-DEPENDS += "python3-wheel-native"
-
 RDEPENDS:${PN} = "python3-html \
                   python3-markupsafe \
                   python3-misc \