[Zope-Checkins] SVN: Zope/branches/2.13/ backport r127985 onto the 2.13 branch
Andreas Zeidler
cvs-admin at zope.org
Sat Oct 13 19:45:27 UTC 2012
Log message for revision 127986:
backport r127985 onto the 2.13 branch
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:37:42 UTC (rev 127985)
+++ Zope/branches/2.13/buildout.cfg 2012-10-13 19:45:24 UTC (rev 127986)
@@ -30,7 +30,7 @@
import sys
import warnings
if sys.version_info >= (2, 7): warnings.simplefilter('default')
-eggs = Zope2
+eggs = Zope2 [test]
[scripts]
Modified: Zope/branches/2.13/setup.py
===================================================================
--- Zope/branches/2.13/setup.py 2012-10-13 19:37:42 UTC (rev 127985)
+++ Zope/branches/2.13/setup.py 2012-10-13 19:45:24 UTC (rev 127986)
@@ -65,7 +65,6 @@
'initgroups',
'pytz',
'setuptools',
- 'tempstorage',
'transaction',
'zdaemon',
'zExceptions',
@@ -113,7 +112,9 @@
'Products.PythonScripts',
'Products.StandardCacheManagers',
] + additional_install_requires,
-
+ extras_require={
+ 'test': ['tempstorage'],
+ },
include_package_data=True,
zip_safe=False,
entry_points={
More information about the Zope-Checkins
mailing list