Commit c5f275e8 authored by Andreas Zeidler's avatar Andreas Zeidler

backport r127985 onto the 2.13 branch

parent d1f00a7b
...@@ -30,7 +30,7 @@ initialization = ...@@ -30,7 +30,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 eggs = Zope2 [test]
[scripts] [scripts]
......
...@@ -65,7 +65,6 @@ setup(name='Zope2', ...@@ -65,7 +65,6 @@ setup(name='Zope2',
'initgroups', 'initgroups',
'pytz', 'pytz',
'setuptools', 'setuptools',
'tempstorage',
'transaction', 'transaction',
'zdaemon', 'zdaemon',
'zExceptions', 'zExceptions',
...@@ -113,7 +112,9 @@ setup(name='Zope2', ...@@ -113,7 +112,9 @@ setup(name='Zope2',
'Products.PythonScripts', 'Products.PythonScripts',
'Products.StandardCacheManagers', 'Products.StandardCacheManagers',
] + 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