pkgsrc-WIP-changes archive

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

py-quantities: setuptools requirement added



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Wed Sep 18 12:28:10 2024 +0530
Changeset:	d2df2fa450c0d5bffa5b999d169d51b1c8ca9b9d

Modified Files:
	py-quantities/Makefile

Log Message:
py-quantities: setuptools requirement added

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

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

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

diffs:
diff --git a/py-quantities/Makefile b/py-quantities/Makefile
index 8b38ea98e6..30b5a0a80e 100644
--- a/py-quantities/Makefile
+++ b/py-quantities/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	http://packages.python.org/quantities
 COMMENT=	Support for physical quantities with units, based on numpy
 LICENSE=	modified-bsd
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>1.0
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/wheel.mk"


Home | Main Index | Thread Index | Old Index