1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/libzim/cython-not-cython3.patch
2020-04-12 14:14:54 +00:00

11 lines
366 B
Diff

diff --git a/test/pytest/meson.build b/test/pytest/meson.build
index 3081d17..b417b67 100644
--- a/test/pytest/meson.build
+++ b/test/pytest/meson.build
@@ -1,5 +1,5 @@
-cython = find_program('cython3', required : false)
+cython = find_program('cython', required : false)
py3_dep = dependency('python3', required : false)
if cython.found() and py3_dep.found()