pkgsrc-WIP-changes archive

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

py-fastavro: Needs setuptools to build



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jul 4 06:16:45 2024 -0600
Changeset:	8c90d306ad03c681590b4fd8ffb3be836e6a0019

Modified Files:
	py-fastavro/Makefile

Log Message:
py-fastavro: Needs setuptools to build

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

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

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

diffs:
diff --git a/py-fastavro/Makefile b/py-fastavro/Makefile
index 32ef790b43..6926e62535 100644
--- a/py-fastavro/Makefile
+++ b/py-fastavro/Makefile
@@ -13,6 +13,7 @@ COMMENT=	Fast read/write of AVRO files
 LICENSE=	mit
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
 
 post-install:
 	cd ${DESTDIR}${PREFIX}/bin && ${MV} fastavro fastavro-${PYVERSSUFFIX}


Home | Main Index | Thread Index | Old Index