From: Ryan Barnett Date: Tue, 6 May 2014 15:42:41 +0000 (-0500) Subject: python-setuptools: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=407db483bad294443f67515485dd8e3bd3e05968;p=buildroot.git python-setuptools: add license information [Peter: license on single line, use PKG-INFO as license file] Signed-off-by: Ryan Barnett Signed-off-by: Peter Korsgaard --- diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk index 48bf7c5538..54a11c42c8 100644 --- a/package/python-setuptools/python-setuptools.mk +++ b/package/python-setuptools/python-setuptools.mk @@ -7,6 +7,8 @@ PYTHON_SETUPTOOLS_VERSION = 2.1.2 PYTHON_SETUPTOOLS_SOURCE = setuptools-$(PYTHON_SETUPTOOLS_VERSION).tar.gz PYTHON_SETUPTOOLS_SITE = http://pypi.python.org/packages/source/s/setuptools +PYTHON_SETUPTOOLS_LICENSE = Python Software Foundation or Zope Public License +PYTHON_SETUPTOOLS_LICENSE_FILES = PKG-INFO PYTHON_SETUPTOOLS_SETUP_TYPE = setuptools $(eval $(python-package))