lede-packages-rs

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

commit 38b28722e86b9cfee191686c85f0258bfb08adcd
parent cf9d860b547ce7cfdccd3e7796bfafcaefe910ab
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Sun,  6 Dec 2015 13:16:34 +0200

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

python-setuptools: upgrade to version 18.7
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:=18.5 +PKG_VERSION:=18.7 PKG_RELEASE:=1 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/ -PKG_MD5SUM:=533c868f01169a3085177dffe5e768bb +PKG_MD5SUM:=295d7aaef2da7d6ff10b522581da0cf9 PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION) @@ -26,7 +26,7 @@ define Package/python-setuptools CATEGORY:=Languages TITLE:=Tool for installing Python packages. URL:=https://bitbucket.org/pypa/setuptools - DEPENDS:=+python + DEPENDS:=+python +ca-certificates MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> endef