lede-packages-rs

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

commit 087127c1fd05b0eab965fcc1d569bdd8d7f4cfe0
parent 3f89c1f9c1661d250629905909a9933ea1dd9a22
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Thu, 14 Apr 2016 17:19:02 +0300

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

python-setuptools: upgrade to version 20.7.0
Diffstat:
Mlang/python-setuptools/Makefile | 4++--
1 file changed, 2 insertions(+), 2 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:=20.2.2 +PKG_VERSION:=20.7.0 PKG_RELEASE:=1 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/ -PKG_MD5SUM:=bf37191cb4c1472fb61e6f933d2006b1 +PKG_MD5SUM:=5d12b39bf3e75e80fdce54e44b255615 HOST_BUILD_DEPENDS:=python python/host