$OpenBSD: patch-setup_py,v 1.5 2020/10/09 16:25:21 landry Exp $

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -365,7 +365,7 @@ except ImportError:
 try:
     if force_cython:
         log.info("Updating C extension with Cython.")
-        subprocess.check_call(["cython", "shapely/speedups/_speedups.pyx"])
+        subprocess.check_call(["cython${MODPY_BIN_SUFFIX}", "shapely/speedups/_speedups.pyx"])
 except (subprocess.CalledProcessError, OSError):
     log.warning("Could not (re)create C extension with Cython.")
     if force_cython:
