From: Jeffery To Date: Fri, 13 Nov 2015 04:59:23 +0000 (+0800) Subject: python-ipaddress: use setuptools X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=734f586889f1e4bf255abd1a7a22da5ec317ef41;p=feed%2Fpackages.git python-ipaddress: use setuptools Signed-off-by: Jeffery To --- diff --git a/lang/python-ipaddress/Makefile b/lang/python-ipaddress/Makefile index 4a38409eb4..65b4a05a2c 100644 --- a/lang/python-ipaddress/Makefile +++ b/lang/python-ipaddress/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/i/ipaddress PKG_MD5SUM:=12915e923b738107e47827478d553ba1 +PKG_BUILD_DEPENDS:=python python-setuptools + PKG_LICENSE:=Python-2.0 PKG_MAINTAINER:=Jeffery To