diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-26 09:40:01 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:06 -0700 |
commit | ee9fc17de488a4f20a668abff2e3bfb07c595abc (patch) | |
tree | 366b397e92473e1f3db5ed8c4d744cf88c560890 /meta-python | |
parent | 727f38772d7ebc1e06870dcb652a577794ebcf5e (diff) | |
download | meta-openembedded-ee9fc17de488a4f20a668abff2e3bfb07c595abc.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.2.0/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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb index 93ca5525ba..6e8f1b24da 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.2.0.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=a4bab8df34a9a138b4e0ca56b8559a05" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a4bab8df34a9a138b4e0ca56b8559a05" |
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |