From bc614d67f01ce262ea6e9f9c5fc93cc104bc5124 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 18 Sep 2021 09:57:27 -0700 Subject: [PATCH] python3-mpmath: set precise BSD license "BSD" is ambiguous, use the precise licenses BSD-3-Clause Signed-off-by: Armin Kuster Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb index e1c52e7bad..3337df4903 100644 --- a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb @@ -3,7 +3,7 @@ SUMMARY = "Python library for arbitrary-precision floating-point arithmetic" HOMEPAGE = "https://pypi.org/project/mpmath/" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=71970bd3749eebe1bfef9f1efff5b37a" SRC_URI[sha256sum] = "79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a"