Skip to content

Commit

Permalink
cad/py-cocotb: 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 40d5f4a commit 71734f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cad/py-cocotb/Makefile
Expand Up @@ -11,7 +11,8 @@ WWW= https://www.cocotb.org/
LICENSE= BSD3CLAUSE
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}find-libpython>0:devel/py-find-libpython@${PY_FLAVOR} \
gtkwave:cad/gtkwave
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
Expand Down

0 comments on commit 71734f3

Please sign in to comment.