python-dns: add python-setuptools/host as build dependency
authorAlexandru Ardelean <redacted>
Wed, 9 Nov 2016 07:30:37 +0000 (09:30 +0200)
committerAlexandru Ardelean <redacted>
Wed, 9 Nov 2016 07:35:19 +0000 (09:35 +0200)
After commit a4b0c0a9fb4a767f1e7fe344423f77ef1f10d991
python host does not install/have the built-in setuptools package.

So, for python-dns, we need to add it explicitly (since it's required).

Signed-off-by: Alexandru Ardelean <redacted>
lang/python-dns/Makefile

index ae26cc43be4bf048534f029be7f5ced496e91377..b8658d9c11b1dba22186e5bbd53db1c3d9d021a6 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-dns
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_VERSION:=1.15.0
 PKG_SOURCE_URL:=http://www.dnspython.org/kits/$(PKG_VERSION)
 PKG_MD5SUM:=63a679089822fb86127867c315286dc5
@@ -18,6 +18,8 @@ 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)
 
git clone https://git.99rst.org/PROJECT