Skip to content

Commit

Permalink
devel/py-watchdog: Fix build
Browse files Browse the repository at this point in the history
- Add missing build dependency: devel/py-setuptools

PR:	276913
Reported by:	Marko Cupać <marko.cupac@mimar.rs>
  • Loading branch information
nivit committed Feb 9, 2024
1 parent 72ba18e commit 230b6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-watchdog/Makefile
Expand Up @@ -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} \
Expand Down

0 comments on commit 230b6dd

Please sign in to comment.