From: Alexandru Ardelean Date: Thu, 26 Jan 2017 10:30:03 +0000 (+0200) Subject: python-dns: remove python-setuptools/host dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d10fad7c2194cc137f4d82c709cedead2c57f3b7;p=openwrt-packages.git python-dns: remove python-setuptools/host dependency Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python-dns/Makefile b/lang/python-dns/Makefile index b8658d9c1..682c9401a 100644 --- a/lang/python-dns/Makefile +++ b/lang/python-dns/Makefile @@ -18,8 +18,6 @@ PKG_LICENSE:=ISC PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DIR:=$(BUILD_DIR)/dnspython-$(PKG_VERSION) -PKG_BUILD_DEPENDS:=python-setuptools/host - include $(INCLUDE_DIR)/package.mk $(call include_mk, python-package.mk)