From 1476739d5f85be70b5db63b439dfe812065b52c7 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 10 Jan 2018 09:56:52 +0200 Subject: treewide: use local python-package.mk & python3-package.mk files This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean --- lang/python/python-dns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/python-dns/Makefile') diff --git a/lang/python/python-dns/Makefile b/lang/python/python-dns/Makefile index 847ad9db0..545a170e3 100644 --- a/lang/python/python-dns/Makefile +++ b/lang/python/python-dns/Makefile @@ -19,7 +19,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DIR:=$(BUILD_DIR)/dnspython-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk -$(call include_mk, python-package.mk) +include ../python-package.mk define Package/python-dns SECTION:=language-python -- cgit v1.2.3