diff options
| author | scoder <none@none> | 2008-03-27 17:43:21 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2008-03-27 17:43:21 +0100 |
| commit | 7aea95cb3ef2b41eb4b1f828c523cec4f36fa19e (patch) | |
| tree | 60bebc8d464d0e45971cc7446c10ac17a5ad83ab /setupinfo.py | |
| parent | 38cf53106ef2449edd0d8ab615e8767516e6c147 (diff) | |
| download | python-lxml-lxml-2.1alpha1.tar.gz | |
[svn r3494] r3866@delle: sbehnel | 2008-03-27 17:40:13 +0100lxml-2.1alpha1
switch off dependency tracking for now
--HG--
branch : trunk
Diffstat (limited to 'setupinfo.py')
| -rw-r--r-- | setupinfo.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setupinfo.py b/setupinfo.py index 169f1a47..ccd2bcd0 100644 --- a/setupinfo.py +++ b/setupinfo.py @@ -83,7 +83,8 @@ def find_dependencies(module): if not CYTHON_INSTALLED: return [] from Cython.Compiler.Version import version - if split_version(version) <= (0,9,6,12): + # currently, no official Cython release supports this ... + if True or split_version(version) <= (0,9,6,12): return [] package_dir = os.path.join(get_base_dir(), PACKAGE_PATH) |
