lede-packages-rs

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

commit 734f586889f1e4bf255abd1a7a22da5ec317ef41
parent 08b2b6f93b296ae00216463eca5671131aa1aa31
Author: Jeffery To <jeffery.to@gmail.com>
Date:   Fri, 13 Nov 2015 12:59:23 +0800

python-ipaddress: use setuptools

Signed-off-by: Jeffery To <jeffery.to@gmail.com>

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

diff --git 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 <jeffery.to@gmail.com>