summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-watchdog/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-watchdog/Makefile b/devel/py-watchdog/Makefile
index 1d2ca10d7844..7a84cd4d1226 100644
--- a/devel/py-watchdog/Makefile
+++ b/devel/py-watchdog/Makefile
@@ -10,7 +10,8 @@ WWW= https://github.com/gorakhargosh/watchdog
LICENSE= APACHE20
-BUILD_DEPENDS= ${PKGNAMEPREFIX}wheel>=0.42.0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
+ ${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} \