[CalendarServer-changes] [14562] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 11 14:30:09 PDT 2015


Revision: 14562
          http://trac.calendarserver.org//changeset/14562
Author:   wsanchez at apple.com
Date:     2015-03-11 14:30:09 -0700 (Wed, 11 Mar 2015)
Log Message:
-----------
Change dependencies to pg8000

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

Modified: CalendarServer/trunk/requirements-stable.txt
===================================================================
--- CalendarServer/trunk/requirements-stable.txt	2015-03-11 21:29:43 UTC (rev 14561)
+++ CalendarServer/trunk/requirements-stable.txt	2015-03-11 21:30:09 UTC (rev 14562)
@@ -18,6 +18,8 @@
 #
 ##
 
+python_version >= 2.7
+
 --editable .  # calendarserver
 
     zope.interface==4.1.2
@@ -52,7 +54,7 @@
             #pyobjc-framework-OpenDirectory  # Use system module
 
         # [Postgres] extra
-            PyGreSQL==4.1.1
+            pg8000==1.10.1
 
         # [Oracle] extra
             #cx_Oracle==5.1.3  # Not in PyPI

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2015-03-11 21:29:43 UTC (rev 14561)
+++ CalendarServer/trunk/setup.py	2015-03-11 21:30:09 UTC (rev 14562)
@@ -288,7 +288,7 @@
     "LDAP": ["twextpy[LDAP]"],
     "OpenDirectory": ["twextpy[OpenDirectory]"],
     "Oracle": ["twextpy[Oracle]", "cx_Oracle"],
-    "Postgres": ["twextpy[Postgres]", "PyGreSQL"],
+    "Postgres": ["twextpy[Postgres]", "pg8000"],
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150311/4d6e6149/attachment-0001.html>


More information about the calendarserver-changes mailing list