Skip to content

Commit

Permalink
Revert r127985 - tempstorage is an actual dependency of Products.Temp…
Browse files Browse the repository at this point in the history
…oraryFolder
  • Loading branch information
hannosch committed Oct 14, 2012
1 parent f7fe7e0 commit b8f0ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ initialization =
import sys
import warnings
if sys.version_info >= (2, 7): warnings.simplefilter('default')
eggs = Zope2 [test]
eggs = Zope2


[scripts]
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
'initgroups',
'pytz',
'setuptools',
'tempstorage',
'transaction',
'zdaemon',
'zExceptions',
Expand Down Expand Up @@ -105,9 +106,7 @@
'zope.traversing',
'zope.viewlet',
] + additional_install_requires,
extras_require={
'test': ['tempstorage'],
},

include_package_data=True,
zip_safe=False,
entry_points={
Expand Down

0 comments on commit b8f0ade

Please sign in to comment.