pkgsrc-WIP-changes archive

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

py-fluid: setuptools dep added



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Fri Jan 17 09:23:52 2025 +0530
Changeset:	076fbb04f17b53177987f8c93c04f99c17a9f98d

Modified Files:
	py-fluids/Makefile

Log Message:
py-fluid: setuptools dep added

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

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

diffstat:
 py-fluids/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-fluids/Makefile b/py-fluids/Makefile
index 6138064315..2707e1dfe5 100644
--- a/py-fluids/Makefile
+++ b/py-fluids/Makefile
@@ -10,6 +10,7 @@ HOMEPAGE=	https://github.com/CalebBell/fluids
 COMMENT=	Fluid dynamics component of Chemical Engineering Design Library
 LICENSE=	mit
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-scipy>=1.6.0:../../math/py-scipy
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index