diff options
author | 2008-04-07 12:17:29 +0000 | |
---|---|---|
committer | 2008-04-07 12:17:29 +0000 | |
commit | d953776ed449ec9eb27024957d118c7857001931 (patch) | |
tree | c3dd65ddbac9c6b1f30fd285bb44c66db004237f /dev-python/lxml/files | |
parent | Added ~ppc64; bug #215479 (diff) | |
download | gentoo-2-d953776ed449ec9eb27024957d118c7857001931.tar.gz gentoo-2-d953776ed449ec9eb27024957d118c7857001931.tar.bz2 gentoo-2-d953776ed449ec9eb27024957d118c7857001931.zip |
Fixed patch to work fine, bug 215557.
(Portage version: 2.1.5_rc1)
Diffstat (limited to 'dev-python/lxml/files')
-rw-r--r-- | dev-python/lxml/files/lxml-2.0.3-no-fake-pyrex.patch | 13 |
1 files changed, 2 insertions, 11 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 index 5e11a05003f5..9042ae66b04d 100644 --- 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 @@ -1,5 +1,5 @@ ---- setup.py.orig 2008-03-31 13:54:39.865024409 +0300 -+++ setup.py 2008-03-31 14:02:10.318035107 +0300 +--- 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: @@ -13,12 +13,3 @@ try: import pkg_resources -@@ -16,7 +15,7 @@ - except pkg_resources.VersionConflict: - from ez_setup import use_setuptools - use_setuptools(version="0.6c5") -- #pkg_resources.require("Cython==0.9.6.10") -+ pkg_resources.require("Cython>=0.9.6.10") - from setuptools import setup - extra_options["zip_safe"] = False - except ImportError: |