pkgsrc-WIP-changes archive

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

universal-test-runner: add missing tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Mon Jan 8 17:45:35 2024 +0100
Changeset:	af6861ac55df2ea6fb4d2443623418114e2643c2

Modified Files:
	universal-test-runner/Makefile

Log Message:
universal-test-runner: 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=af6861ac55df2ea6fb4d2443623418114e2643c2

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

diffstat:
 universal-test-runner/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/universal-test-runner/Makefile b/universal-test-runner/Makefile
index 2be4d3fcee..edb4c944b5 100644
--- a/universal-test-runner/Makefile
+++ b/universal-test-runner/Makefile
@@ -10,6 +10,7 @@ HOMEPAGE=	https://github.com/xavdid/universal-test-runner/
 COMMENT=	Language-agnostic, zero-configuration test invoker
 LICENSE=	mit
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
 DEPENDS+=	${PYPKGPREFIX}-click>=8.1.3:../../devel/py-click
 DEPENDS+=	${PYPKGPREFIX}-colorama>=0.4.6:../../comms/py-colorama
 


Home | Main Index | Thread Index | Old Index