simdutf doesn't need to depend on python at runtime

python is used at build time (amalgamate.py) and for tests.
ok volker (maintainer)
This commit is contained in:
jca
2026-06-11 07:24:30 +00:00
parent e29d2ace93
commit 91c53793f5
+2 -1
View File
@@ -1,6 +1,7 @@
COMMENT = unicode validator and transcoder with SIMD
VERSION = 8.2.0
REVISION = 0
DIST_TUPLE += github simdutf simdutf v${VERSION} .
SHARED_LIBS = simdutf 0.4
@@ -21,7 +22,7 @@ LIB_DEPENDS = converters/libiconv
COMPILER = base-clang ports-gcc
MODULES = lang/python \
devel/cmake
MODPY_RUNDEP = No
CONFIGURE_STYLE = cmake
CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON