mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
The CVEs for this project are tracked under nltk:nltk CPE, which doesn't match the default python:nltk CPE. See CVE db query: sqlite> select * from products where PRODUCT like 'nltk'; CVE-2019-14751|nltk|nltk|||3.4.5|< CVE-2021-3828|nltk|nltk|||3.6.3|<= CVE-2021-3842|nltk|nltk|||3.6.6|< CVE-2021-43854|nltk|nltk|||3.6.5|< Set the CVE_PRODUCT so it can be used to match CVEs. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
764 B
BlitzBasic
27 lines
764 B
BlitzBasic
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"
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-click \
|
|
python3-joblib \
|
|
python3-tqdm \
|
|
python3-regex \
|
|
python3-xmlschema \
|
|
"
|
|
|
|
RRECOMMENDS:${PN} = "\
|
|
python3-numpy \
|
|
"
|
|
|
|
inherit setuptools3 pypi
|
|
|
|
SRC_URI[sha256sum] = "0f409e9b069ca4177c1903c3e843eef90c7e92992fa4931ae607da6de49e1419"
|