From ec55546752ba6df7ddc10a223db5157af432429d Mon Sep 17 00:00:00 2001
From: Phil Sutter <phil@nwl.cc>
Date: Sun, 5 Jan 2025 01:18:29 +0100
Subject: package: python3-jinja2: Fix for including non-existent file

The included mk/python.mk was removed by commit 179b687e2f99d ("remove
python2 dependencies and packages"). Including python3.mk might be the
right alternative?

Signed-off-by: Phil Sutter <phil@nwl.cc>
---
 package/python3-jinja2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python3-jinja2/Makefile b/package/python3-jinja2/Makefile
index 5cde4fc47..3a5108562 100644
--- a/package/python3-jinja2/Makefile
+++ b/package/python3-jinja2/Makefile
@@ -22,7 +22,7 @@ include $(ADK_TOPDIR)/mk/package.mk
 
 $(eval $(call HOST_template,PYTHON3_JINJA2,python3-jinja2,${PKG_VERSION}-${PKG_RELEASE}))
 
-include $(ADK_TOPDIR)/mk/python.mk
+include $(ADK_TOPDIR)/mk/python3.mk
 
 HOST_STYLE:=		manual
 
-- 
cgit v1.2.3