]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-sphinx: remove BSD-3-Clause from LICENSE
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 14 Jun 2023 09:29:07 +0000 (11:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jun 2023 14:38:18 +0000 (15:38 +0100)
License-Update: BSD-3-Clause code removed in
https://github.com/sphinx-doc/sphinx/commit/a7f5d91c29d6f377b9fe7e926965c6f9d3e7b802
which was a part of 7.0.1 update

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-sphinx_7.0.1.bb

index 7af45828612175a4bcbfa82acc16332a68a863f3..10e01a2d7aedffe8550e274ad72602b392c5850c 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "Python documentation generator"
 HOMEPAGE = "http://sphinx-doc.org/"
 SECTION = "devel/python"
-LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause"
+LICENSE = "BSD-2-Clause & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb6ac1b115a1ed24a12d9f15b633993"
 
 PYPI_PACKAGE = "Sphinx"