diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2018-01-10 09:56:52 +0200 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2018-01-10 23:06:23 +0200 |
commit | 1476739d5f85be70b5db63b439dfe812065b52c7 (patch) | |
tree | d00ddfff7f361465166de183947791293432da66 /lang/python/python-dns/Makefile | |
parent | f4c098cc85417fdfc39476d0b8fda6981ac3c265 (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/python-dns/Makefile')
-rw-r--r-- | lang/python/python-dns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |