Skip to content

Commit

Permalink
textproc/lookatme: add missing test depend
Browse files Browse the repository at this point in the history
Reported by:	reprise
  • Loading branch information
AMDmi3 committed Apr 26, 2022
1 parent 4c30f7f commit 0aa1bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion textproc/lookatme/Makefile
Expand Up @@ -17,7 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>=0:devel/py-marshmallow@${PY_FLA
${PYTHON_PKGNAMEPREFIX}mistune>=0:textproc/py-mistune@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urwid>=0:devel/py-urwid@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

USES= cpe python:3.6+ pytest
CPE_VENDOR= ${PORTNAME}_project
Expand Down

0 comments on commit 0aa1bf4

Please sign in to comment.