diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-09-18 09:57:28 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-20 08:43:37 -0700 |
commit | a998097ba0509f3ec8f7a82b19f46b7a19ae4767 (patch) | |
tree | be700e4508e65face33adab3851c3cc4e00b0543 /meta-python | |
parent | bc614d67f01ce262ea6e9f9c5fc93cc104bc5124 (diff) | |
download | meta-openembedded-a998097ba0509f3ec8f7a82b19f46b7a19ae4767.tar.gz |
python3-sympy: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-3-Clause
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sympy_1.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.8.bb b/meta-python/recipes-devtools/python/python3-sympy_1.8.bb index 1dd0a5a854..e274857f76 100644 --- a/meta-python/recipes-devtools/python/python3-sympy_1.8.bb +++ b/meta-python/recipes-devtools/python/python3-sympy_1.8.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | SUMMARY = "Computer algebra system (CAS) in Python" | 4 | SUMMARY = "Computer algebra system (CAS) in Python" |
5 | HOMEPAGE = "https://pypi.org/project/sympy/" | 5 | HOMEPAGE = "https://pypi.org/project/sympy/" |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2245824980a408ef1749391dfba32b3b" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2245824980a408ef1749391dfba32b3b" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb" | 9 | SRC_URI[sha256sum] = "1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb" |