Skip to content

Commit

Permalink
net/py-geopy: add missing test depend
Browse files Browse the repository at this point in the history
Approved by:	portmgr blanket
  • Loading branch information
AMDmi3 committed Apr 8, 2022
1 parent 00ac127 commit 10f130e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/py-geopy/Makefile
Expand Up @@ -16,7 +16,8 @@ RUN_DEPENDS= geographiclib>=1.49<2:astro/geographiclib
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}async_generator>=0:devel/py-async_generator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=3.10:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-aiohttp>=0:devel/py-pytest-aiohttp@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pytest-aiohttp>=0:devel/py-pytest-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR}

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

0 comments on commit 10f130e

Please sign in to comment.