mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-coverage: add missing dependency on py-sqlite3
Approved by: portmgr blanket
This commit is contained in:
parent
dc826ba128
commit
c6fcb09200
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= coverage
|
PORTNAME= coverage
|
||||||
PORTVERSION= 6.3.2
|
PORTVERSION= 6.3.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -9,6 +10,8 @@ COMMENT= Code coverage measurement for Python
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue