blob: 1ba9fc56b7f33e750c4e2651a680614a21ba635a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- efl/setup.py (revision 40080)
+++ efl/setup.py (working copy)
@@ -6,12 +6,6 @@
import Cython
except ImportError:
raise SystemExit("You need Cython -- http://cython.org/")
- try:
- import Pyrex
- except ImportError:
- raise SystemExit(
- "You need Pyrex -- "
- "http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/")
from ez_setup import use_setuptools
|