mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
python3-numpy: remove redundant BSD license
The license list already includes BSD-2-Clause and BSD-3-Clause, so remove the redundant and ambiguous BSD license. (From OE-Core rev: 7026bfa36aa07aa95e0e4ecf1787c09001a752bf) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
e3be13ae57
commit
95e494cefc
|
@ -2,7 +2,7 @@ SUMMARY = "A sophisticated Numeric Processing Package for Python"
|
||||||
HOMEPAGE = "https://numpy.org/"
|
HOMEPAGE = "https://numpy.org/"
|
||||||
DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python."
|
DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python."
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT"
|
LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b076ad374a7d311ba3126a22b2d52596"
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b076ad374a7d311ba3126a22b2d52596"
|
||||||
|
|
||||||
SRCNAME = "numpy"
|
SRCNAME = "numpy"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user