mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
py-nltk: add missing dependency on py-sqlite3
PR: 221927 Approved by: demon (maintainer)
This commit is contained in:
parent
bc86655460
commit
6c0d7ad0a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453240
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= nltk
|
||||
PORTVERSION= 3.2.1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
@ -13,7 +14,8 @@ COMMENT= Natural language toolkit written in python
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3.09:devel/py-yaml
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3.09:devel/py-yaml \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
Loading…
Reference in New Issue
Block a user