pkgsrc-WIP-changes archive

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

tmux: Require new enough setuptools



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Nov 14 10:03:39 2024 -0500
Changeset:	b0c2ceef9a804115525aabe27889d34fe51c5722

Modified Files:
	py-tmux/Makefile

Log Message:
tmux: Require new enough setuptools

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

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

diffstat:
 py-tmux/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-tmux/Makefile b/py-tmux/Makefile
index 38ed5acc95..7ffa79b4c3 100644
--- a/py-tmux/Makefile
+++ b/py-tmux/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Simple wrapper for tmux
 LICENSE=	apache-2.0
 
 # \todo CSE by putting this in wheel.mk.
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
 
 DEPENDS+=	${PYPKGPREFIX}-docopt>=0.6.1:../../devel/py-docopt
 DEPENDS+=	${PYPKGPREFIX}-jsonschema>=1.1.0:../../textproc/py-jsonschema


Home | Main Index | Thread Index | Old Index