aboutsummaryrefslogtreecommitdiff
path: root/lang/python/flup/Makefile
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2018-01-10 09:56:52 +0200
committerAlexandru Ardelean <ardeleanalex@gmail.com>2018-01-10 23:06:23 +0200
commit1476739d5f85be70b5db63b439dfe812065b52c7 (patch)
treed00ddfff7f361465166de183947791293432da66 /lang/python/flup/Makefile
parentf4c098cc85417fdfc39476d0b8fda6981ac3c265 (diff)
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 <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python/flup/Makefile')
-rw-r--r--lang/python/flup/Makefile2
1 files changed, 1 insertions, 1 deletions
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