Commit f7fe7e0f authored by Andreas Zeidler's avatar Andreas Zeidler

`tempstorage` should only be a test requirement as it depends on `ZODB3 [test]` itself

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