aboutsummaryrefslogtreecommitdiff
path: root/lang/python/openpyxl
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/openpyxl
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/openpyxl')
-rw-r--r--lang/python/openpyxl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/openpyxl/Makefile b/lang/python/openpyxl/Makefile
index 82de86a20..93a3f0636 100644
--- a/lang/python/openpyxl/Makefile
+++ b/lang/python/openpyxl/Makefile
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/88/3c/34fbe561fc92e6a75f297478b
PKG_HASH:=3b42ece7933b46b2128f8d4111c57c80fb5aa46f4d16e7f83281f169e7398ba7
include $(INCLUDE_DIR)/package.mk
-$(call include_mk, python-package.mk)
+include ../python-package.mk
define Package/openpyxl
SUBMENU:=Python