diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-04-09 14:04:18 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-09 13:48:25 +0200 |
commit | a2af56464f186a55645cc273a483524b1cb24a23 (patch) | |
tree | d5c3d0ad81011e021c1238350ce07e4e78c64da3 /package/python-shutilwhich/python-shutilwhich.mk | |
parent | 1b9a66c5abf93a2a6198ccbdafa25b0091bffb81 (diff) | |
download | buildroot-a2af56464f186a55645cc273a483524b1cb24a23.tar.gz buildroot-a2af56464f186a55645cc273a483524b1cb24a23.zip |
python-shutilwhich: add version to license string
LICENSE file refers to Python license version 2. Use SPDX short
identifier for license string while at it.
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-shutilwhich/python-shutilwhich.mk')
-rw-r--r-- | package/python-shutilwhich/python-shutilwhich.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-shutilwhich/python-shutilwhich.mk b/package/python-shutilwhich/python-shutilwhich.mk index 0497e1b6d0..31a7ea96fa 100644 --- a/package/python-shutilwhich/python-shutilwhich.mk +++ b/package/python-shutilwhich/python-shutilwhich.mk @@ -7,7 +7,7 @@ PYTHON_SHUTILWHICH_VERSION = 1.1.0 PYTHON_SHUTILWHICH_SOURCE = shutilwhich-$(PYTHON_SHUTILWHICH_VERSION).tar.gz PYTHON_SHUTILWHICH_SITE = http://pypi.python.org/packages/source/s/shutilwhich -PYTHON_SHUTILWHICH_LICENSE = Python Software Foundation License +PYTHON_SHUTILWHICH_LICENSE = Python-2.0 PYTHON_SHUTILWHICH_SETUP_TYPE = setuptools $(eval $(python-package)) |