Unverified Commit 230b6dd8 authored by Nicola Vitale's avatar Nicola Vitale
Browse files

devel/py-watchdog: Fix build

- Add missing build dependency: devel/py-setuptools

PR:	276913
Reported by:	Marko Cupać <marko.cupac@mimar.rs>
parent 72ba18e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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} \