upgrade efl-stuff, cleanup Makefiles, add elementary and its python-bindings, fix...
[openwrt/svn-archive/feeds.git] / efl / python-evas / patches / 001-pyrex-is-not-needed.patch
1 --- efl/setup.py (revision 40080)
2 +++ efl/setup.py (working copy)
3 @@ -6,12 +6,6 @@
4 import Cython
5 except ImportError:
6 raise SystemExit("You need Cython -- http://cython.org/")
7 - try:
8 - import Pyrex
9 - except ImportError:
10 - raise SystemExit(
11 - "You need Pyrex -- "
12 - "http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/")
13
14
15 from ez_setup import use_setuptools