Commit b8f0adeb authored by Hanno Schlichting's avatar Hanno Schlichting

Revert r127985 - tempstorage is an actual dependency of Products.TemporaryFolder

parent f7fe7e0f
...@@ -31,7 +31,7 @@ initialization = ...@@ -31,7 +31,7 @@ initialization =
import sys import sys
import warnings import warnings
if sys.version_info >= (2, 7): warnings.simplefilter('default') if sys.version_info >= (2, 7): warnings.simplefilter('default')
eggs = Zope2 [test] eggs = Zope2
[scripts] [scripts]
......
...@@ -65,6 +65,7 @@ setup(name='Zope2', ...@@ -65,6 +65,7 @@ setup(name='Zope2',
'initgroups', 'initgroups',
'pytz', 'pytz',
'setuptools', 'setuptools',
'tempstorage',
'transaction', 'transaction',
'zdaemon', 'zdaemon',
'zExceptions', 'zExceptions',
...@@ -105,9 +106,7 @@ setup(name='Zope2', ...@@ -105,9 +106,7 @@ setup(name='Zope2',
'zope.traversing', 'zope.traversing',
'zope.viewlet', 'zope.viewlet',
] + additional_install_requires, ] + additional_install_requires,
extras_require={
'test': ['tempstorage'],
},
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
entry_points={ 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