python3-ipython-genutils: 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>
This commit is contained in:
Armin Kuster 2021-09-18 09:57:23 -07:00 committed by Khem Raj
parent b824795302
commit 5eb413fa00

View File

@ -1,7 +1,7 @@
SUMMARY = "Vestigial utilities from IPython" SUMMARY = "Vestigial utilities from IPython"
HOMEPAGE = "http://ipython.org" HOMEPAGE = "http://ipython.org"
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>" AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
LICENSE = "BSD" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35"
PYPI_PACKAGE = "ipython_genutils" PYPI_PACKAGE = "ipython_genutils"