aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libzim/cython-not-cython3.patch
blob: f445f38bdcd861a27a3eeb45b03728e687dd9db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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()