Tests are written in python, add lang/python as build dependency

OK jan@
This commit is contained in:
rsadowski 2022-08-30 13:37:09 +00:00
parent 3904411712
commit 5ac18621f0
1 changed files with 6 additions and 1 deletions

View File

@ -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 <bsd.port.mk>