1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/py-watchdog: Fix pkg name prefixes

Differential Revision:	https://reviews.freebsd.org/D43790
This commit is contained in:
Juraj Lutter 2024-02-10 10:58:05 +01:00 committed by Nicola Vitale
parent 9e9180a46f
commit 171d6e26b8
No known key found for this signature in database
GPG Key ID: A51E190C4C0808D0

View File

@ -10,8 +10,8 @@ WWW= https://github.com/gorakhargosh/watchdog
LICENSE= APACHE20
BUILD_DEPENDS= ${PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
${PKGNAMEPREFIX}wheel>=0.42.0:devel/py-wheel@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.42.0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libinotify.so:devel/libinotify
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>0:net/py-eventlet@${PY_FLAVOR} \