pkgsrc-WIP-changes archive

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

py-identify: add TOOL_DEPENDs on setuptools/wheels



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jun 27 06:38:55 2024 -0600
Changeset:	08703dad7feda9afd00780b7421f53df80da0b75

Modified Files:
	py-identify/Makefile

Log Message:
py-identify: add TOOL_DEPENDs on setuptools/wheels

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

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

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

diffs:
diff --git a/py-identify/Makefile b/py-identify/Makefile
index 6348182847..861ad2812a 100644
--- a/py-identify/Makefile
+++ b/py-identify/Makefile
@@ -11,6 +11,8 @@ COMMENT=	File identification library for Python
 LICENSE=	mit
 
 USE_LANGUAGES=	# none
+TOOL_DEPENDS+=  ${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
+TOOL_DEPENDS+=  ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 post-install:
 	cd ${DESTDIR}${PREFIX}/bin && \


Home | Main Index | Thread Index | Old Index