$OpenBSD: patch-setup_py,v 1.4 2019/04/24 16:34:42 sthen Exp $

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -316,15 +316,6 @@ def make_long_description():
 
 
 def run_setup(ext_modules, run_make):
-    if run_make:
-        if (not LIBEV_EMBED and not WIN and cffi_modules) or PYPY:
-            # We're not embedding libev but we do want
-            # to build the CFFI module. We need to configure libev
-            # because the CORE Extension won't.
-            # TODO: Generalize this.
-            if LIBEV_CFFI_MODULE in cffi_modules and not WIN:
-                system(libev_configure_command)
-
     setup(
         name='gevent',
         version=__version__,
