git: 59426b4860d6 - main - sysutils/py-hcloud: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Aug 2023 06:41:19 UTC
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=59426b4860d60af39660ed7d89403887d08b0479 commit 59426b4860d60af39660ed7d89403887d08b0479 Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-08-11 06:36:18 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-08-11 06:36:18 +0000 sysutils/py-hcloud: fix typo It is `py-types-requests` with an 's' --- sysutils/py-hcloud/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile index b836cf4e9c17..7b70c4432b81 100644 --- a/sysutils/py-hcloud/Makefile +++ b/sysutils/py-hcloud/Makefile @@ -26,7 +26,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pre-commit>=0:devel/py-pre-commit@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}black>=23.3.0:devel/py-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy>=1.4.1:devel/py-mypy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}types-python-dateutil>=0:devel/py-types-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}types-request>=0:devel/py-types-requests@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR} NO_ARCH= yes USES= python:3.8+