[CalendarServer-changes] [15234] OSXFrameworks/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 26 12:40:24 PDT 2015


Revision: 15234
          http://trac.calendarserver.org//changeset/15234
Author:   cdaboo at apple.com
Date:     2015-10-26 12:40:23 -0700 (Mon, 26 Oct 2015)
Log Message:
-----------
Setup version fix.

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

Modified: OSXFrameworks/trunk/setup.py
===================================================================
--- OSXFrameworks/trunk/setup.py	2015-10-26 19:08:32 UTC (rev 15233)
+++ OSXFrameworks/trunk/setup.py	2015-10-26 19:40:23 UTC (rev 15234)
@@ -58,8 +58,8 @@
         'osx.frameworks',
     ],
     ext_package="osx",
-    setup_requires=["cffi>=1.3.0"],
-    install_requires=["cffi>=1.3.0"],
+    setup_requires=[],
+    install_requires=["cffi>=1.1.0"],
     cmdclass={
         "build": LazyBuild,
         "install": LazyInstall,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151026/ecafa284/attachment.html>


More information about the calendarserver-changes mailing list