17 lines
549 B
Diff
17 lines
549 B
Diff
--- setup.py.orig 2017-01-12 14:15:25.000000000 +0100
|
|
+++ setup.py 2017-02-16 23:32:42.297897158 +0100
|
|
@@ -117,13 +117,6 @@
|
|
|
|
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.
|
|
- system(libev_configure_command)
|
|
-
|
|
MakeSdist.make()
|
|
|
|
setup(
|