pkgsrc-WIP-changes archive

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

py-CT3: add missing tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Feb 1 21:30:50 2025 +0100
Changeset:	88d94c48c396dbd9499b352962bcddbca0b94fdf

Modified Files:
	py-CT3/Makefile

Log Message:
py-CT3: add missing tool

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

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

diffstat:
 py-CT3/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-CT3/Makefile b/py-CT3/Makefile
index 3cefa1f787..671c6df929 100644
--- a/py-CT3/Makefile
+++ b/py-CT3/Makefile
@@ -10,6 +10,9 @@ MAINTAINER=	gdt%NetBSD.org@localhost
 HOMEPAGE=	https://cheetahtemplate.org/
 COMMENT=	Template engine and code generation tool
 LICENSE=	mit
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 CONFLICTS+=	Cheetah-[0-9]*
 CONFLICTS+=	py-cheetah3-[0-9]*
 


Home | Main Index | Thread Index | Old Index