[CalendarServer-changes] [15765] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 13 14:23:08 PDT 2016


Revision: 15765
          http://trac.calendarserver.org//changeset/15765
Author:   cdaboo at apple.com
Date:     2016-07-13 14:23:08 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
Latest pip seems to want these as lowercase.

Modified Paths:
--------------
    CalendarServer/trunk/requirements-cs.txt
    CalendarServer/trunk/setup.py

Modified: CalendarServer/trunk/requirements-cs.txt
===================================================================
--- CalendarServer/trunk/requirements-cs.txt	2016-07-13 21:21:36 UTC (rev 15764)
+++ CalendarServer/trunk/requirements-cs.txt	2016-07-13 21:23:08 UTC (rev 15765)
@@ -7,7 +7,7 @@
     zope.interface==4.1.3
 	    setuptools==18.5
 
-    --editable svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@15762#egg=twextpy
+    --editable svn+http://svn.calendarserver.org/repository/calendarserver/twext/trunk@15764#egg=twextpy
         cffi==1.7.0
             pycparser==2.14
         #twisted

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2016-07-13 21:21:36 UTC (rev 15764)
+++ CalendarServer/trunk/setup.py	2016-07-13 21:23:08 UTC (rev 15765)
@@ -362,14 +362,14 @@
     ])
 
 extras_requirements = {
-    "LDAP": ["twextpy[LDAP]"],
-    "OpenDirectory": ["twextpy[OpenDirectory]"],
-    "Postgres": ["twextpy[Postgres]", "pg8000"],
+    "ldap": ["twextpy[ldap]"],
+    "opendirectory": ["twextpy[opendirectory]"],
+    "postgres": ["twextpy[postgres]", "pg8000"],
 }
 
 if "ORACLE_HOME" in os.environ:
     # We need a specific version here because we have to patch it
-    extras_requirements["Oracle"] = ["twextpy[Oracle]", "cx_Oracle==5.2"]
+    extras_requirements["oracle"] = ["twextpy[oracle]", "cx_Oracle==5.2"]
 
 
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160713/5a39b098/attachment.html>


More information about the calendarserver-changes mailing list