diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 09:20:37 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 1c46bdf6579ac788f1379bc7de4fe78959aa61f0 (patch) | |
tree | 7bee882bd98471236cbbd42259de6ca2efe22ddc /meta-python/recipes-devtools/python | |
parent | 0591114b5806f3196c0d24681792839449a756c4 (diff) | |
download | meta-openembedded-1c46bdf6579ac788f1379bc7de4fe78959aa61f0.tar.gz |
Python: wrapt: Clarify BSD license variant
The License of python wrapt is BSD-2-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-wrapt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-wrapt.inc b/meta-python/recipes-devtools/python/python-wrapt.inc index ed49811fef..496c73fa8f 100644 --- a/meta-python/recipes-devtools/python/python-wrapt.inc +++ b/meta-python/recipes-devtools/python/python-wrapt.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A Python module for decorators, wrappers and monkey patching." | 1 | SUMMARY = "A Python module for decorators, wrappers and monkey patching." |
2 | HOMEPAGE = "http://wrapt.readthedocs.org/" | 2 | HOMEPAGE = "http://wrapt.readthedocs.org/" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-2-Clause" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fdfc019b57affbe1d7a32e3d34e83db4" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fdfc019b57affbe1d7a32e3d34e83db4" |
6 | 6 | ||