From 5ac18621f048197c0dd7eb32e7ab20d9baaf0080 Mon Sep 17 00:00:00 2001 From: rsadowski Date: Tue, 30 Aug 2022 13:37:09 +0000 Subject: [PATCH] Tests are written in python, add lang/python as build dependency OK jan@ --- textproc/cmark/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/textproc/cmark/Makefile b/textproc/cmark/Makefile index 79838a1806d..f73dfade47c 100644 --- a/textproc/cmark/Makefile +++ b/textproc/cmark/Makefile @@ -3,6 +3,7 @@ COMMENT = CommonMark parsing and rendering library and program in C GH_ACCOUNT = commonmark GH_PROJECT = cmark GH_TAGNAME = 0.30.2 +REVISION = 0 SHARED_LIBS += cmark 0.1 # 0.29 @@ -17,6 +18,10 @@ PERMIT_PACKAGE = Yes WANTLIB += c -MODULES = devel/cmake +MODULES = devel/cmake \ + lang/python + +# tests only +MODPY_RUNDEP = No .include