[Checkins] SVN: zc.zodbrecipes/trunk/setup.py Moved the zdaemon and ZODB requirements to tests extras.

Jim Fulton jim at zope.com
Thu Jan 3 14:07:47 EST 2008


Log message for revision 82648:
  Moved the zdaemon and ZODB requirements to tests extras.
  

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

-=-
Modified: zc.zodbrecipes/trunk/setup.py
===================================================================
--- zc.zodbrecipes/trunk/setup.py	2008-01-03 18:07:04 UTC (rev 82647)
+++ zc.zodbrecipes/trunk/setup.py	2008-01-03 19:07:47 UTC (rev 82648)
@@ -34,8 +34,8 @@
     include_package_data = True,
     namespace_packages = ['zc'],
     install_requires = ['zc.buildout', 'zope.testing', 'setuptools',
-                        'zc.recipe.egg', 'ZConfig >=2.4a6', 'zdaemon',
-                        'ZODB3'],
+                        'zc.recipe.egg', 'ZConfig >=2.4'],
+    extras_require = dict(test=['zdaemon', 'ZODB3']),
     entry_points = {
         'zc.buildout': [
              'server = %s:StorageServer' % name,



More information about the Checkins mailing list