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

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 15 10:24:13 PDT 2014


Revision: 13273
          http://trac.calendarserver.org//changeset/13273
Author:   sagen at apple.com
Date:     2014-04-15 10:24:13 -0700 (Tue, 15 Apr 2014)
Log Message:
-----------
Try going back to cffi 0.6

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

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2014-04-15 00:56:44 UTC (rev 13272)
+++ twext/trunk/setup.py	2014-04-15 17:24:13 UTC (rev 13273)
@@ -136,7 +136,7 @@
 setup_requirements = []
 
 install_requirements = [
-    "cffi>=0.6",
+    "cffi==0.6",
     "twisted>=13.2.0",
 ]
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140415/8225111e/attachment.html>


More information about the calendarserver-changes mailing list