[CalendarServer-changes] [15191] CalendarServer/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 14 11:40:32 PDT 2015


Revision: 15191
          http://trac.calendarserver.org//changeset/15191
Author:   cdaboo at apple.com
Date:     2015-10-14 11:40:31 -0700 (Wed, 14 Oct 2015)
Log Message:
-----------
Fix for cx_Oracle issue.

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

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2015-10-14 18:28:42 UTC (rev 15190)
+++ CalendarServer/trunk/setup.py	2015-10-14 18:40:31 UTC (rev 15191)
@@ -349,7 +349,7 @@
 extras_requirements = {
     "LDAP": ["twextpy[LDAP]"],
     "OpenDirectory": ["twextpy[OpenDirectory]"],
-    "Oracle": ["twextpy[Oracle]", "cx_Oracle=5.2"],
+    "Oracle": ["twextpy[Oracle]", "cx_Oracle"],
     "Postgres": ["twextpy[Postgres]", "pg8000"],
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151014/52754666/attachment.html>


More information about the calendarserver-changes mailing list