Skip to content

Commit

Permalink
sysutils/py-hcloud: fix typo
Browse files Browse the repository at this point in the history
It is `py-types-requests` with an 's'
  • Loading branch information
infracaninophile committed Aug 11, 2023
1 parent 9dda290 commit 59426b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysutils/py-hcloud/Makefile
Expand Up @@ -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+
Expand Down

0 comments on commit 59426b4

Please sign in to comment.