diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 17:11:30 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-09-22 10:13:03 -0400 |
| commit | a5ba7d39b4c164e7b9859e4c3bdda1357f993a15 (patch) | |
| tree | 0e6e1c61279d677f90ab9ce46e922f93bf18dbd0 /meta-python | |
| parent | 60fd91cd76b81ab2a652ff40dadb6df76c3099c4 (diff) | |
| download | meta-openembedded-a5ba7d39b4c164e7b9859e4c3bdda1357f993a15.tar.gz | |
python3-xlsxwriter: Fix LICENSE
According to homepage https://xlsxwriter.readthedocs.io/license.html
and pypi page https://pypi.org/project/XlsxWriter/ as well as
https://github.com/jmcnamara/XlsxWriter/blob/RELEASE_3.0.3/LICENSE.txt
the module is licensed under BSD-2-Clause.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb index 0f8dd35e0f..edc46ef51c 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Python 2 and 3 compatibility library" | 1 | SUMMARY = "Python 2 and 3 compatibility library" |
| 2 | HOMEPAGE = "https://xlsxwriter.readthedocs.io" | 2 | HOMEPAGE = "https://xlsxwriter.readthedocs.io" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "BSD-2-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b9a26d1a52d2c66df334bbdad23896a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b9a26d1a52d2c66df334bbdad23896a" |
| 6 | 6 | ||
| 7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
