1
0
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:
Dmitry Marakasov 2022-04-07 18:55:19 +03:00
parent 927032a5b3
commit 32a43c917c

View File

@ -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+