SVN: Zope/trunk/ Revert r127985 - tempstorage is an actual dependency of Products.TemporaryFolder
Hano Schlichting <[email protected]> Sun, 14 Oct 2012 05:21:43 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.cvs |
|---|---|
| Message-ID | <20121014092143.DBAEB9410A__47292.3048575923$1350206513$gmane$org@cvs.zope.org> |
Log message for revision 127988:
Revert r127985 - tempstorage is an actual dependency of Products.TemporaryFolder
Changed:
U Zope/trunk/buildout.cfg
U Zope/trunk/setup.py
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2012-10-14 09:19:32 UTC (rev 127987)
+++ Zope/trunk/buildout.cfg 2012-10-14 09:21:40 UTC (rev 127988)
@@ -31,7 +31,7 @@
import sys
import warnings
if sys.version_info >= (2, 7): warnings.simplefilter('default')
-eggs = Zope2 [test]
+eggs = Zope2
[scripts]
Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py 2012-10-14 09:19:32 UTC (rev 127987)
+++ Zope/trunk/setup.py 2012-10-14 09:21:40 UTC (rev 127988)
@@ -65,6 +65,7 @@
'initgroups',
'pytz',
'setuptools',
+ 'tempstorage',
'transaction',
'zdaemon',
'zExceptions',
@@ -105,9 +106,7 @@
'zope.traversing',
'zope.viewlet',
] + additional_install_requires,
- extras_require={
- 'test': ['tempstorage'],
- },
+
include_package_data=True,
zip_safe=False,
entry_points={
_______________________________________________
Zope-Checkins maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope-checkins