Skip to content

Commit

Permalink
databases/py-python-binary-memcached: add missing test depends
Browse files Browse the repository at this point in the history
Approved by:	portmgr blanket
  • Loading branch information
AMDmi3 committed Apr 7, 2022
1 parent 3ba2ffe commit b0fe0f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion databases/py-python-binary-memcached/Makefile
Expand Up @@ -13,7 +13,9 @@ LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}uhashring>=0:security/py-uhashring@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
Expand Down

0 comments on commit b0fe0f1

Please sign in to comment.