[Checkins] SVN: z3c.dobbin/trunk/setup.py Require pysqlite 2.4.1 (there's an incompatibility with the latest 2.5.x).

Malthe Borch mborch at gmail.com
Fri Sep 19 10:56:13 EDT 2008


Log message for revision 91273:
  Require pysqlite 2.4.1 (there's an incompatibility with the latest 2.5.x).

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

-=-
Modified: z3c.dobbin/trunk/setup.py
===================================================================
--- z3c.dobbin/trunk/setup.py	2008-09-19 14:32:44 UTC (rev 91272)
+++ z3c.dobbin/trunk/setup.py	2008-09-19 14:56:12 UTC (rev 91273)
@@ -40,7 +40,7 @@
       zip_safe=False,
       extras_require = dict(
         test = [
-            'pysqlite',
+            'pysqlite==2.4.1',
             ],
         ),
       install_requires = [ 'setuptools',



More information about the Checkins mailing list