pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-distributed: fix Makefile



Module Name:	pkgsrc-wip
Committed By:	matthew <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Sat Mar 7 09:51:13 2026 -0700
Changeset:	1bffe8200c2fb0cec1e9ee34011004dcf0feaadb

Modified Files:
	py-distributed/Makefile

Log Message:
py-distributed: fix Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1bffe8200c2fb0cec1e9ee34011004dcf0feaadb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-distributed/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-distributed/Makefile b/py-distributed/Makefile
index b353608ab2..a06c79b60b 100644
--- a/py-distributed/Makefile
+++ b/py-distributed/Makefile
@@ -13,6 +13,8 @@ COMMENT=	Distributed is the parallel scheduler for dask
 LICENSE=	modified-bsd
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=9:../../devel/py-setuptools_scm
 TOOL_DEPENDS+=	${PYPKGPREFIX}-versioneer>=0.28:../../devel/py-versioneer
 
 DEPENDS+=	${PYPKGPREFIX}-click>=8.1.3:../../devel/py-click


Home | Main Index | Thread Index | Old Index