git: 6b79b752027d - main - net/py-urllib3: Remove devel/py-pytest-freezegun dependency because it it unmaintained and broken
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 May 2023 06:32:30 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b79b752027d39cbe7aab86f609754b1e9ef3783 commit 6b79b752027d39cbe7aab86f609754b1e9ef3783 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-05-18 05:38:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-05-18 06:32:21 +0000 net/py-urllib3: Remove devel/py-pytest-freezegun dependency because it it unmaintained and broken --- net/py-urllib3/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index 2d660177605a..04071ec5cdfc 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -17,7 +17,6 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4,1:security/py-cryptogra ${PYTHON_PKGNAMEPREFIX}flaky>=3.6.1:devel/py-flaky@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6:net/py-pysocks@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-freezegun>=0:devel/py-pytest-freezegun@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.1:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} \