Skip to content

Commit 1bffe82

Browse files
author
matthew
committed
py-distributed: fix Makefile
1 parent 2a3fb15 commit 1bffe82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py-distributed/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ COMMENT= Distributed is the parallel scheduler for dask
1313
LICENSE= modified-bsd
1414

1515
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
16+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
17+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=9:../../devel/py-setuptools_scm
1618
TOOL_DEPENDS+= ${PYPKGPREFIX}-versioneer>=0.28:../../devel/py-versioneer
1719

1820
DEPENDS+= ${PYPKGPREFIX}-click>=8.1.3:../../devel/py-click

0 commit comments

Comments
 (0)