mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-24 06:57:10 +00:00
python3-nltk: upgrade 3.9.4 -> 3.10.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
SUMMARY = "Natural Language Toolkit"
|
||||
DESCRIPTION = "NLTK is a leading platform for building Python programs to work \
|
||||
with human language data. It provides easy-to-use interfaces to \
|
||||
over 50 corpora and lexical resources such as WordNet"
|
||||
HOMEPAGE = "https://www.nltk.org"
|
||||
BUGTRACKER = "https://github.com/nltk/nltk/issues"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
CVE_PRODUCT = "nltk"
|
||||
CVE_STATUS[CVE-2026-0846] = "fixed-version: fixed in 3.9.3"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
python3-click \
|
||||
python3-joblib \
|
||||
python3-tqdm \
|
||||
python3-regex \
|
||||
python3-xmlschema \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} = "\
|
||||
python3-numpy \
|
||||
"
|
||||
|
||||
inherit setuptools3 pypi
|
||||
|
||||
SRC_URI[sha256sum] = "4fbac1d98203cbcd1b5d94a2877fb822300072d80604a5e7fae49d2c5f84e8c1"
|
||||
Reference in New Issue
Block a user