diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 11:57:06 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 12:19:16 +0800 |
commit | e31451ec2e0408f618d3bf2a9d5236d10f7e9862 (patch) | |
tree | 915c398999d3dce749025bea3adc246a607ecaa6 /databases/py-python-binary-memcached/Makefile | |
parent | databases/py-psycopg-c: Update to 3.0.11 (diff) |
databases/py-python-binary-memcached: Fix b0fe0f19c23a44373cecc3316ff4897f42b469b0
- Fix TEST_DEPENDS: Remove py-idna which is a missing dependency of py-trustme
- While I'm here, update version requirement of TEST_DEPENDS
Diffstat (limited to '')
-rw-r--r-- | databases/py-python-binary-memcached/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-python-binary-memcached/Makefile b/databases/py-python-binary-memcached/Makefile index c6843558a35a..91ec8d17cc9e 100644 --- a/databases/py-python-binary-memcached/Makefile +++ b/databases/py-python-binary-memcached/Makefile @@ -13,9 +13,8 @@ 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} \ - ${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}idna>=2.8:dns/py-idna@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}trustme>=0:security/py-trustme@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils |