24f47db
diff -up jellyfish-0.4.0/setup.py.orig jellyfish-0.4.0/setup.py
24f47db
--- jellyfish-0.4.0/setup.py.orig	2015-04-28 20:02:29.208480820 +0200
24f47db
+++ jellyfish-0.4.0/setup.py	2015-04-28 20:02:49.775623121 +0200
24f47db
@@ -112,13 +112,4 @@ def run_setup(build_c):
24f47db
                        "Topic :: Text Processing :: Linguistic"],
24f47db
           **kw)
24f47db
 
24f47db
-try:
24f47db
-    run_setup(not IS_PYPY)
24f47db
-except BuildFailed:
24f47db
-    print('*'*75)
24f47db
-    print('WARNING: C extension could not be compiled, falling back to pure Python.')
24f47db
-    print('*'*75)
24f47db
-    run_setup(False)
24f47db
-    print('*'*75)
24f47db
-    print('WARNING: C extension could not be compiled, falling back to pure Python.')
24f47db
-    print('*'*75)
24f47db
+run_setup(False)