Log message for revision 127988:
  Revert r127985 - tempstorage is an actual dependency of 
Products.TemporaryFolder
  

Changed:
  U   Zope/trunk/buildout.cfg
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg     2012-10-14 09:19:32 UTC (rev 127987)
+++ Zope/trunk/buildout.cfg     2012-10-14 09:21:40 UTC (rev 127988)
@@ -31,7 +31,7 @@
     import sys
     import warnings
     if sys.version_info >= (2, 7): warnings.simplefilter('default')
-eggs = Zope2 [test]
+eggs = Zope2
 
 
 [scripts]

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2012-10-14 09:19:32 UTC (rev 127987)
+++ Zope/trunk/setup.py 2012-10-14 09:21:40 UTC (rev 127988)
@@ -65,6 +65,7 @@
       'initgroups',
       'pytz',
       'setuptools',
+      'tempstorage',
       'transaction',
       'zdaemon',
       'zExceptions',
@@ -105,9 +106,7 @@
       'zope.traversing',
       'zope.viewlet',
     ] + additional_install_requires,
-    extras_require={
-      'test': ['tempstorage'],
-    },
+
     include_package_data=True,
     zip_safe=False,
     entry_points={

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to