[CalendarServer-changes] [13207] twext/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 8 15:34:35 PDT 2014


Revision: 13207
          http://trac.calendarserver.org//changeset/13207
Author:   wsanchez at apple.com
Date:     2014-04-08 15:34:35 -0700 (Tue, 08 Apr 2014)
Log Message:
-----------
Be less pendantic about version numbers.

Modified Paths:
--------------
    twext/trunk/setup.py

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2014-04-08 21:15:20 UTC (rev 13206)
+++ twext/trunk/setup.py	2014-04-08 22:34:35 UTC (rev 13207)
@@ -136,7 +136,7 @@
 setup_requirements = []
 
 install_requirements = [
-    "cffi==0.6",
+    "cffi>=0.6",
     "twisted>=13.2.0",
 ]
 
@@ -145,16 +145,16 @@
     "DAL": ["sqlparse==0.1.2"],
 
     # LDAP
-    "LDAP": ["python-ldap>=2.4.13"],
+    "LDAP": ["python-ldap"],
 
     # OpenDirectory
-    "OpenDirectory": ["pyobjc-framework-OpenDirectory>=2.5.1"],
+    "OpenDirectory": ["pyobjc-framework-OpenDirectory"],
 
     # Oracle
-    "Oracle": ["cx_Oracle==5.1.2"],
+    "Oracle": ["cx_Oracle"],
 
     # Postgres
-    "Postgres": ["PyGreSQL==4.1.1"],
+    "Postgres": ["PyGreSQL"],
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140408/6eb67a4a/attachment-0001.html>


More information about the calendarserver-changes mailing list