Skip to content

Commit

Permalink
databases/py-python-binary-memcached: Fix b0fe0f1
Browse files Browse the repository at this point in the history
- Fix TEST_DEPENDS: Remove py-idna which is a missing dependency of py-trustme
- While I'm here, update version requirement of TEST_DEPENDS
  • Loading branch information
sunpoet committed Apr 16, 2022
1 parent e9cafc8 commit e31451e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions databases/py-python-binary-memcached/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit e31451e

Please sign in to comment.