lede-packages-rs

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

commit 81a63c378d0774e0697c526037e74c28ff2c3e71
parent e77de68fbef6b8715dd1189a13bbfeee0e50e426
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Thu, 22 Sep 2016 14:57:02 +0300

Merge pull request #3204 from jefferyto/python-enum34-build-depends

python-enum34: add build dependency to python-setuptools
Diffstat:
Mlang/python-enum34/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lang/python-enum34/Makefile b/lang/python-enum34/Makefile @@ -9,12 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=enum34 PKG_VERSION:=1.1.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pypi.python.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876 PKG_MD5SUM:=5f13a0841a61f7fc295c514490d120d0 +PKG_BUILD_DEPENDS:=python python-setuptools + PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=enum/LICENSE PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>