From af0ac85c7a959306f935004bb23d8a650692f6b3 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 13 Jun 2008 01:09:05 +0200 Subject: Cleaned --- dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch (limited to 'dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch') diff --git a/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch b/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch deleted file mode 100644 index 9042ae6..0000000 --- a/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- setup.py 2008-04-07 15:10:32.989740409 +0300 -+++ setup.py 2008-04-07 15:11:13.897709903 +0300 -@@ -4,10 +4,9 @@ - - try: - import Cython -- # may need to work around setuptools bug by providing a fake Pyrex -- sys.path.insert(0, os.path.join(os.path.dirname(__file__), "fake_pyrex")) - except ImportError: -- pass -+ print >>sys.stderr, "lxml requires cython-0.9.6.10 or later." -+ sys.exit(1) - - try: - import pkg_resources -- cgit v1.2.3-70-g09d2