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

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 26 12:44:56 PDT 2015


Revision: 15236
          http://trac.calendarserver.org//changeset/15236
Author:   cdaboo at apple.com
Date:     2015-10-26 12:44:56 -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:42:01 UTC (rev 15235)
+++ OSXFrameworks/trunk/setup.py	2015-10-26 19:44:56 UTC (rev 15236)
@@ -58,7 +58,7 @@
         'osx.frameworks',
     ],
     ext_package="osx",
-    setup_requires=[],
+    setup_requires=["cffi>=1.1.0"],
     install_requires=["cffi>=1.1.0"],
     cmdclass={
         "build": LazyBuild,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151026/628a0bd7/attachment.html>


More information about the calendarserver-changes mailing list