Commit dc5a5daa authored by Hanno Schlichting's avatar Hanno Schlichting

Revert r127986 - tempstorage is an actual dependency of Products.TemporaryStorage

parent c5f275e8
......@@ -30,7 +30,7 @@ initialization =
import sys
import warnings
if sys.version_info >= (2, 7): warnings.simplefilter('default')
eggs = Zope2 [test]
eggs = Zope2
[scripts]
......
......@@ -65,6 +65,7 @@ setup(name='Zope2',
'initgroups',
'pytz',
'setuptools',
'tempstorage',
'transaction',
'zdaemon',
'zExceptions',
......@@ -112,9 +113,7 @@ setup(name='Zope2',
'Products.PythonScripts',
'Products.StandardCacheManagers',
] + additional_install_requires,
extras_require={
'test': ['tempstorage'],
},
include_package_data=True,
zip_safe=False,
entry_points={
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment