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

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 9 18:30:39 PDT 2014


Revision: 13233
          http://trac.calendarserver.org//changeset/13233
Author:   wsanchez at apple.com
Date:     2014-04-09 18:30:39 -0700 (Wed, 09 Apr 2014)
Log Message:
-----------
Add twextpy dependancies in directly for now becasuse I can't make pip do what I need it to do.

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

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2014-04-09 22:25:43 UTC (rev 13232)
+++ CalendarServer/trunk/setup.py	2014-04-10 01:30:39 UTC (rev 13233)
@@ -165,10 +165,10 @@
 ]
 
 extras_requirements = {
-    "LDAP": ["twextpy[LDAP]"],
-    "OpenDirectory": ["twextpy[OpenDirectory]"],
-    "Oracle": ["twextpy[Oracle]"],
-    "Postgres": ["twextpy[Postgres]"],
+    "LDAP": ["twextpy[LDAP]", "python-ldap"],
+    "OpenDirectory": ["twextpy[OpenDirectory]", "pyobjc-framework-OpenDirectory"],
+    "Oracle": ["twextpy[Oracle]", "cx_Oracle"],
+    "Postgres": ["twextpy[Postgres]", "PyGreSQL"],
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140409/ea840bc3/attachment-0001.html>


More information about the calendarserver-changes mailing list