summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2025-01-05 01:18:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-01-06 11:53:43 +0100
commitec55546752ba6df7ddc10a223db5157af432429d (patch)
tree7d2b1aa35ad8fecf4ce5ae9a35fdff90279598cd
parentbe5f6cb2229ccb7c869222b689e951d09ff4be78 (diff)
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>
-rw-r--r--package/python3-jinja2/Makefile2
1 files changed, 1 insertions, 1 deletions
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