From 191e8aaad69a822fbfbec12dd4b24ef5d244037d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 9 Jan 2023 17:16:21 +0100 Subject: python-mako: fix wrong python makefile --- package/python-mako/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-mako/Makefile b/package/python-mako/Makefile index 64259aa52..bb069a434 100644 --- a/package/python-mako/Makefile +++ b/package/python-mako/Makefile @@ -21,7 +21,7 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call HOST_template,PYTHON_MAKO,python-mako,${PKG_VERSION}-${PKG_RELEASE})) -include $(ADK_TOPDIR)/mk/python.mk +include $(ADK_TOPDIR)/mk/python3.mk HOST_STYLE:= manual -- cgit v1.2.3