lede-packages-rs

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

commit 568fbbeade833fe545dc95b73756f121e3f077c1
parent 1263599f96f13f11d719ce336dfb6a639b32de98
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Wed,  9 Mar 2016 22:36:42 +0200

Merge pull request #2480 from commodo/python-setuptools-upgrade

python-setuptools: upgrade to version 20.2.2
Diffstat:
Mlang/python-setuptools/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-setuptools -PKG_VERSION:=19.4 -PKG_RELEASE:=2 +PKG_VERSION:=20.2.2 +PKG_RELEASE:=1 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/ -PKG_MD5SUM:=c5a7d90c1e0acf8c4ec5c2bf31bc25b5 +PKG_MD5SUM:=bf37191cb4c1472fb61e6f933d2006b1 HOST_BUILD_DEPENDS:=python/host