[Zope3-checkins] CVS: Zope3 - setup.py:1.48
Jim Fulton
jim at zope.com
Fri Feb 20 12:18:20 EST 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv27513
Modified Files:
setup.py
Log Message:
Removed setup for non existed module.
=== Zope3/setup.py 1.47 => 1.48 ===
--- Zope3/setup.py:1.47 Fri Feb 20 11:56:54 2004
+++ Zope3/setup.py Fri Feb 20 12:18:20 2004
@@ -248,11 +248,6 @@
ext_modules.append(Extension("pythonlib.compat22._csv",
["src/pythonlib/compat22/_csv.c"]))
-# On Window, there are more extensions that need to be built
-if sys.platform == "win32":
- ext_modules += [Extension("zodb.winlock", ["src/zodb/winlock.c"])]
-
-
# We're using the module docstring as the distutils descriptions.
doclines = __doc__.split("\n")
More information about the Zope3-Checkins
mailing list