diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-09-18 09:57:26 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-20 08:43:37 -0700 |
commit | 60490f912bc96ef530f076f9677a8b6dc48886bb (patch) | |
tree | 2055ea65e2e69b53dea6afdcb1423138b6554867 /meta-python | |
parent | 352707a9b4e2f58c9124d94dcda64aca3fd649f3 (diff) | |
download | meta-openembedded-60490f912bc96ef530f076f9677a8b6dc48886bb.tar.gz |
python3-ipython: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-ipython_7.27.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb index 2ec0722c35..3c64b82c2d 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_7.27.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "IPython: Productive Interactive Computing" | 1 | SUMMARY = "IPython: Productive Interactive Computing" |
2 | HOMEPAGE = "https://ipython.org" | 2 | HOMEPAGE = "https://ipython.org" |
3 | AUTHOR = "The IPython Development Team <ipython-dev@python.org>" | 3 | AUTHOR = "The IPython Development Team <ipython-dev@python.org>" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" | 5 | LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" |
6 | 6 | ||
7 | PYPI_PACKAGE = "ipython" | 7 | PYPI_PACKAGE = "ipython" |