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

source_changes at macosforge.org source_changes at macosforge.org
Wed Jul 13 14:21:36 PDT 2016


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

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

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2016-07-13 17:09:32 UTC (rev 15763)
+++ twext/trunk/setup.py	2016-07-13 21:21:36 UTC (rev 15764)
@@ -245,20 +245,20 @@
 
 extras_requirements = {
     # Database Abstraction Layer
-    "DAL": ["sqlparse"],
+    "dal": ["sqlparse"],
 
     # LDAP
-    "LDAP": ["python-ldap"],
+    "ldap": ["python-ldap"],
 
     # OpenDirectory
-    "OpenDirectory": ["pyobjc-framework-OpenDirectory"],
+    "opendirectory": ["pyobjc-framework-OpenDirectory"],
 
     # Postgres
-    "Postgres": [],
+    "postgres": [],
 }
 
 if "ORACLE_HOME" in os.environ:
-    extras_requirements["Oracle"] = ["cx_Oracle"]
+    extras_requirements["oracle"] = ["cx_Oracle"]
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160713/65be9802/attachment.html>


More information about the calendarserver-changes mailing list