git: 5a744bfb15a5 - main - graphics/py-moderngl-window: explicitly add setuptools to BUILD_DEPENDS

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Wed, 29 Mar 2023 15:03:43 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a744bfb15a5213f10bfb4fc27b23829b9375ecd

commit 5a744bfb15a5213f10bfb4fc27b23829b9375ecd
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-03-29 15:03:19 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-03-29 15:03:19 +0000

    graphics/py-moderngl-window: explicitly add setuptools to BUILD_DEPENDS
    
    PR: 270243
---
 graphics/py-moderngl-window/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/py-moderngl-window/Makefile b/graphics/py-moderngl-window/Makefile
index 02997c3d6b96..6d7154541b82 100644
--- a/graphics/py-moderngl-window/Makefile
+++ b/graphics/py-moderngl-window/Makefile
@@ -11,7 +11,8 @@ WWW=		https://github.com/moderngl/moderngl-window
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>=9:graphics/py-pillow@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}moderngl<6:graphics/py-moderngl@${PY_FLAVOR} \
 		${PYNUMPY} \