[Checkins] SVN: z3c.versionedresource/trunk/setup.py zope.site is needed for the entry point script otherwise it fails with an import error

Michael Howitz mh at gocept.com
Tue Nov 2 03:47:20 EDT 2010


Log message for revision 118122:
  zope.site is needed for the entry point script otherwise it fails with an import error
  

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

-=-
Modified: z3c.versionedresource/trunk/setup.py
===================================================================
--- z3c.versionedresource/trunk/setup.py	2010-11-02 07:19:36 UTC (rev 118121)
+++ z3c.versionedresource/trunk/setup.py	2010-11-02 07:47:20 UTC (rev 118122)
@@ -60,12 +60,13 @@
         ),
     install_requires = [
         'setuptools',
+        'zope.app.publisher',
         'zope.component',
         'zope.configuration',
         'zope.interface',
+        'zope.publisher',
         'zope.security',
-        'zope.publisher',
-        'zope.app.publisher'
+        'zope.site',
         ],
     include_package_data = True,
     zip_safe = False,



More information about the checkins mailing list