[Checkins] SVN: z3c.mountpoint/trunk/setup.py adjusted dependencies

Michael Howitz mh at gocept.com
Tue Aug 3 02:25:27 EDT 2010


Log message for revision 115397:
  adjusted dependencies
  

Changed:
  U   z3c.mountpoint/trunk/setup.py

-=-
Modified: z3c.mountpoint/trunk/setup.py
===================================================================
--- z3c.mountpoint/trunk/setup.py	2010-08-03 06:23:33 UTC (rev 115396)
+++ z3c.mountpoint/trunk/setup.py	2010-08-03 06:25:27 UTC (rev 115397)
@@ -55,30 +55,13 @@
     extras_require = dict(
         test = [
             'zope.app.testing',
-            'zope.app.publication',
-                # 'zope.testing',
-                # 'zope.traversing',
-                # 'lxml>=2.1.1',
-                # 'z3c.pt>=1.0b4',
-                # 'z3c.ptcompat',
-                # 'zope.app.security',
-                # 'zope.formlib',
-                ],
+            ],
         ),
     install_requires = [
         'setuptools',
-        # 'z3c.template>=1.2.0',
-        # 'z3c.ptcompat',
-        #  # TODO: this is only needed for ZCML directives, so can copy
-        # 'zope.app.publisher', # things we use from there and get rid of the dependencies.
-        'zope.component',
         'zope.app.container',
-        # 'zope.configuration',
-        # 'zope.contentprovider',
-        # 'zope.interface',
-        # 'zope.publisher',
-        # 'zope.schema',
-        # 'zope.security',
+        'zope.app.publication',
+        'zope.component',
         ],
     include_package_data = True,
     zip_safe = False,



More information about the checkins mailing list