mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
devel/py-cson: fix test dependency
Approved by: portmgr blanket
This commit is contained in:
parent
927032a5b3
commit
32a43c917c
@ -10,7 +10,7 @@ COMMENT= Coffescript Object Notation (CSON) parser for Python 2 and Python 3
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}speg>=0.3:devel/py-speg@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PKGNAMEPREFIX}pytest:devel/py-pytest@${PY_FLAVOR} \
|
||||
TEST_DEPENDS= ${PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PKGNAMEPREFIX}speg>=0.3:devel/py-speg@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
|
Loading…
Reference in New Issue
Block a user