lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit d10fad7c2194cc137f4d82c709cedead2c57f3b7
parent d2a1976511c6c89e97ea92dd79f08a97a910f12a
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date:   Thu, 26 Jan 2017 12:30:03 +0200

python-dns: remove python-setuptools/host dependency

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

Diffstat:
Mlang/python-dns/Makefile | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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)