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/flup/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/flup') diff --git a/lang/python/flup/Makefile b/lang/python/flup/Makefile index baf4f8937..4a0142f32 100644 --- a/lang/python/flup/Makefile +++ b/lang/python/flup/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://pypi.python.org/packages/source/f/flup/ PKG_HASH:=4bad317a5fc1ce3d4fe5e9b6d846ec38a8023e16876785d4f88102f2c8097dd9 include $(INCLUDE_DIR)/package.mk -$(call include_mk, python-package.mk) +include ../python-package.mk define Package/flup SUBMENU:=Python -- cgit v1.2.3