python-dns: remove python-setuptools/host dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2017-01-26 12:30:03 +02:00
parent d2a1976511
commit d10fad7c21

View file

@ -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)