diff options
| author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-04-09 14:04:19 +0530 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-09 13:48:50 +0200 |
| commit | a863c7ab5e140593dfe186166c8a16456db10701 (patch) | |
| tree | d48a7e63efdac3c6091527be3d4c15b17ce7742a /package/python-ipaddress | |
| parent | a2af56464f186a55645cc273a483524b1cb24a23 (diff) | |
| download | buildroot-a863c7ab5e140593dfe186166c8a16456db10701.tar.gz buildroot-a863c7ab5e140593dfe186166c8a16456db10701.zip | |
python-ipaddress: 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-ipaddress')
| -rw-r--r-- | package/python-ipaddress/python-ipaddress.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-ipaddress/python-ipaddress.mk b/package/python-ipaddress/python-ipaddress.mk index 10ab77a473..646db5d2d3 100644 --- a/package/python-ipaddress/python-ipaddress.mk +++ b/package/python-ipaddress/python-ipaddress.mk @@ -7,7 +7,7 @@ PYTHON_IPADDRESS_VERSION = 1.0.18 PYTHON_IPADDRESS_SOURCE = ipaddress-$(PYTHON_IPADDRESS_VERSION).tar.gz PYTHON_IPADDRESS_SITE = https://pypi.python.org/packages/4e/13/774faf38b445d0b3a844b65747175b2e0500164b7c28d78e34987a5bfe06 -PYTHON_IPADDRESS_LICENSE = Python software foundation license +PYTHON_IPADDRESS_LICENSE = Python-2.0 PYTHON_IPADDRESS_LICENSE_FILES = LICENSE PYTHON_IPADDRESS_SETUP_TYPE = setuptools |

