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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 8 10:29:48 PST 2015


Revision: 14270
          http://trac.calendarserver.org//changeset/14270
Author:   wsanchez at apple.com
Date:     2015-01-08 10:29:48 -0800 (Thu, 08 Jan 2015)
Log Message:
-----------
Remove twext extras subdependancies to remember why that doesn't work.

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

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2015-01-08 18:26:10 UTC (rev 14269)
+++ CalendarServer/trunk/setup.py	2015-01-08 18:29:48 UTC (rev 14270)
@@ -256,8 +256,8 @@
 ]
 
 extras_requirements = {
-    "LDAP": ["twextpy[LDAP]", "python-ldap"],
-    "OpenDirectory": ["twextpy[OpenDirectory]", "pyobjc-framework-OpenDirectory"],
+    "LDAP": ["twextpy[LDAP]"],
+    "OpenDirectory": ["twextpy[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/20150108/2719324b/attachment.html>


More information about the calendarserver-changes mailing list