git: 10f130e9152c - main - net/py-geopy: add missing test depend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Apr 2022 15:23:12 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=10f130e9152c6b2685676b02721219307de105d0 commit 10f130e9152c6b2685676b02721219307de105d0 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-08 14:29:20 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-08 15:20:59 +0000 net/py-geopy: add missing test depend Approved by: portmgr blanket --- net/py-geopy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/py-geopy/Makefile b/net/py-geopy/Makefile index cd604d1a5229..9ec33b1dfe3b 100644 --- a/net/py-geopy/Makefile +++ b/net/py-geopy/Makefile @@ -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