Log message for revision 127987:
  Revert r127986 - tempstorage is an actual dependency of 
Products.TemporaryStorage
  

Changed:
  U   Zope/branches/2.13/buildout.cfg
  U   Zope/branches/2.13/setup.py

-=-
Modified: Zope/branches/2.13/buildout.cfg
===================================================================
--- Zope/branches/2.13/buildout.cfg     2012-10-13 19:45:24 UTC (rev 127986)
+++ Zope/branches/2.13/buildout.cfg     2012-10-14 09:19:32 UTC (rev 127987)
@@ -30,7 +30,7 @@
     import sys
     import warnings
     if sys.version_info >= (2, 7): warnings.simplefilter('default')
-eggs = Zope2 [test]
+eggs = Zope2
 
 
 [scripts]

Modified: Zope/branches/2.13/setup.py
===================================================================
--- Zope/branches/2.13/setup.py 2012-10-13 19:45:24 UTC (rev 127986)
+++ Zope/branches/2.13/setup.py 2012-10-14 09:19:32 UTC (rev 127987)
@@ -65,6 +65,7 @@
       'initgroups',
       'pytz',
       'setuptools',
+      'tempstorage',
       'transaction',
       'zdaemon',
       'zExceptions',
@@ -112,9 +113,7 @@
       'Products.PythonScripts',
       'Products.StandardCacheManagers',
     ] + 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