summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-08-26 09:40:13 +0000
committerKhem Raj <raj.khem@gmail.com>2024-08-26 07:36:08 -0700
commitb9ac665579f16d8a1f6775da58516974da61516d (patch)
treef5f2a078264deec20a69df6b5da476db4aa6d202 /meta-python
parent157c0ee0fb0dbb2a55b9cb71a8eae996955b9326 (diff)
downloadmeta-openembedded-b9ac665579f16d8a1f6775da58516974da61516d.tar.gz
python3-colorama: Fix LICENSE
https://github.com/tartley/colorama?tab=readme-ov-file#license and https://github.com/tartley/colorama/blob/0.4.6/LICENSE.txt declare that this project is subject to BSD-3-Clause license. 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-colorama_0.4.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb
index 0f364c424..387124403 100644
--- a/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb
+++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Cross-platform colored terminal text." 1SUMMARY = "Cross-platform colored terminal text."
2HOMEPAGE = "https://github.com/tartley/colorama" 2HOMEPAGE = "https://github.com/tartley/colorama"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
5 5
6inherit pypi python_setuptools_build_meta 6inherit pypi python_setuptools_build_meta