[Zope-Checkins] SVN: Zope/branches/ajung-2-11-prep-branch/setup.py removed zope.thread dependency

Andreas Jung andreas at andreas-jung.com
Mon Dec 24 11:33:10 EST 2007


Log message for revision 82432:
  removed zope.thread dependency
  

Changed:
  U   Zope/branches/ajung-2-11-prep-branch/setup.py

-=-
Modified: Zope/branches/ajung-2-11-prep-branch/setup.py
===================================================================
--- Zope/branches/ajung-2-11-prep-branch/setup.py	2007-12-24 16:18:59 UTC (rev 82431)
+++ Zope/branches/ajung-2-11-prep-branch/setup.py	2007-12-24 16:33:08 UTC (rev 82432)
@@ -415,9 +415,6 @@
     Extension("zope.hookable._zope_hookable",
               ["zope/hookable/_zope_hookable.c"]),
 
-    Extension("zope.thread._zope_thread",
-              ["zope/thread/_zope_thread.c"]),
-
     Extension("zope.app.container._zope_app_container_contained",
               ["zope/app/container/_zope_app_container_contained.c"],
               include_dirs = [".",



More information about the Zope-Checkins mailing list