summaryrefslogtreecommitdiff
path: root/dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-05-26 12:59:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-05-26 12:59:13 +0200
commita61765b80985ddad5214c8c4c892a413e5841b4d (patch)
tree77db5c42a12624b52e12608c47360c62eba9a177 /dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch
parent44f31472a60f0c3ce95bda0803f6ab8bb0b77245 (diff)
downloadoverlay-a61765b80985ddad5214c8c4c892a413e5841b4d.tar.gz
overlay-a61765b80985ddad5214c8c4c892a413e5841b4d.tar.bz2
overlay-a61765b80985ddad5214c8c4c892a413e5841b4d.zip
Removed lxml - in portage now
Diffstat (limited to 'dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch')
-rw-r--r--dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch15
1 files changed, 0 insertions, 15 deletions
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