[z3-checkins] r27041 - z3/sqlos/branch/jinty-sqlobject2

jinty at codespeak.net jinty at codespeak.net
Wed May 10 12:57:16 CEST 2006


Author: jinty
Date: Wed May 10 12:57:15 2006
New Revision: 27041

Modified:
   z3/sqlos/branch/jinty-sqlobject2/setup.py
Log:
Update dependencies.

Modified: z3/sqlos/branch/jinty-sqlobject2/setup.py
==============================================================================
--- z3/sqlos/branch/jinty-sqlobject2/setup.py	(original)
+++ z3/sqlos/branch/jinty-sqlobject2/setup.py	Wed May 10 12:57:15 2006
@@ -19,6 +19,6 @@
     zip_safe=False,
     include_package_data=True,
     install_requires = [
-            'SQLObject>=0.7',
+            'SQLObject2',
             ] # XXX - what else? at least zope, let the users find out;)
 )


More information about the z3-checkins mailing list