Skip to content

Commit

Permalink
graphics/py-moderngl-window: explicitly add setuptools to BUILD_DEPENDS
Browse files Browse the repository at this point in the history
PR: 270243
  • Loading branch information
vishwin committed Mar 29, 2023
1 parent 8bcbb5d commit 5a744bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/py-moderngl-window/Makefile
Expand Up @@ -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} \
Expand Down

0 comments on commit 5a744bf

Please sign in to comment.