[Lxml-checkins] r53646 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Thu Apr 10 09:00:20 CEST 2008
Author: scoder
Date: Thu Apr 10 09:00:19 2008
New Revision: 53646
Modified:
lxml/trunk/ (props changed)
lxml/trunk/setupinfo.py
Log:
r3924 at delle: sbehnel | 2008-04-10 08:44:13 +0200
switch on dependency tracking for Cython 0.9.6.13+
Modified: lxml/trunk/setupinfo.py
==============================================================================
--- lxml/trunk/setupinfo.py (original)
+++ lxml/trunk/setupinfo.py Thu Apr 10 09:00:19 2008
@@ -83,8 +83,7 @@
if not CYTHON_INSTALLED:
return []
from Cython.Compiler.Version import version
- # currently, no official Cython release supports this ...
- if True or split_version(version) <= (0,9,6,12):
+ if split_version(version) < (0,9,6,13):
return []
package_dir = os.path.join(get_base_dir(), PACKAGE_PATH)
More information about the lxml-checkins
mailing list