[Checkins] SVN: zc.zodbrecipes/trunk/setup.py Move zope.testing from install_requires to extras_require[test], add missing zope.proxy for tests.

Jan-Jaap Driessen cvs-admin at zope.org
Wed Oct 31 21:38:14 UTC 2012


Log message for revision 128166:
  Move zope.testing from install_requires to extras_require[test], add missing zope.proxy for tests.

Changed:
  U   zc.zodbrecipes/trunk/setup.py

-=-
Modified: zc.zodbrecipes/trunk/setup.py
===================================================================
--- zc.zodbrecipes/trunk/setup.py	2012-10-31 14:31:00 UTC (rev 128165)
+++ zc.zodbrecipes/trunk/setup.py	2012-10-31 21:38:13 UTC (rev 128166)
@@ -33,9 +33,10 @@
     packages = find_packages('.'),
     include_package_data = True,
     namespace_packages = ['zc'],
-    install_requires = ['zc.buildout', 'zope.testing', 'setuptools',
+    install_requires = ['zc.buildout', 'setuptools',
                         'zc.recipe.egg', 'ZConfig >=2.4'],
-    extras_require = dict(test=['zdaemon', 'ZODB3']),
+    extras_require = dict(test=['zdaemon', 'ZODB3', 'zope.testing',
+                                'zope.proxy']),
     entry_points = {
         'zc.buildout': [
              'server = %s:StorageServer' % name,



More information about the checkins mailing list