diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 09:20:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 9dd6bfac3f706171ae9ed583d2c19f34a4e01b1c (patch) | |
tree | 97cdd93f118f7d3864c4fbccc8c14fa9bbbf7de3 /meta-python | |
parent | a9a9f39e3c2abf7993c8446d4036efcab8ac4971 (diff) | |
download | meta-openembedded-9dd6bfac3f706171ae9ed583d2c19f34a4e01b1c.tar.gz |
Python: xlrd: Clarify BSD license variant
The License of python xlrd is BSD-3-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-xlrd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc index 893e82e05a..1478a474b2 100644 --- a/meta-python/recipes-devtools/python/python-xlrd.inc +++ b/meta-python/recipes-devtools/python/python-xlrd.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\ | |||
3 | versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \ | 3 | versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \ |
4 | Strong support for Excel dates. Unicode-aware." | 4 | Strong support for Excel dates. Unicode-aware." |
5 | HOMEPAGE = "http://www.python-excel.org/" | 5 | HOMEPAGE = "http://www.python-excel.org/" |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=08bd814936237b6e1355e6370b24b2c1" | 7 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=08bd814936237b6e1355e6370b24b2c1" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "b85c9916ac755cad489a9005f5a0d390" | 9 | SRC_URI[md5sum] = "b85c9916ac755cad489a9005f5a0d390" |