diff options
Diffstat (limited to 'devel/py-watchdog/Makefile')
-rw-r--r-- | devel/py-watchdog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-watchdog/Makefile b/devel/py-watchdog/Makefile index a5e71894464a..e4e7bb7d7fee 100644 --- a/devel/py-watchdog/Makefile +++ b/devel/py-watchdog/Makefile @@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>0:net/py-eventlet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruff>=0.9.6_1:devel/py-ruff@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}types-PyYAML>=6.0.12.12:devel/py-types-PyYAML@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}types-pyyaml>=6.0.12.12:devel/py-types-pyyaml@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest |