summaryrefslogtreecommitdiff
path: root/databases/py-python-binary-memcached/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 14:42:48 +0300
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-04-07 21:59:33 +0300
commitb0fe0f19c23a44373cecc3316ff4897f42b469b0 (patch)
tree4e75627ba961010a903b870136de57f07640eb58 /databases/py-python-binary-memcached/Makefile
parentdatabases/py-pgcli: add missing test depend (diff)
databases/py-python-binary-memcached: add missing test depends
Approved by: portmgr blanket
Diffstat (limited to 'databases/py-python-binary-memcached/Makefile')
-rw-r--r--databases/py-python-binary-memcached/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-python-binary-memcached/Makefile b/databases/py-python-binary-memcached/Makefile
index 897b8977c2b7..c6843558a35a 100644
--- a/databases/py-python-binary-memcached/Makefile
+++ b/databases/py-python-binary-memcached/Makefile
@@ -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