[CalendarServer-changes] [7641] CalendarServer/trunk/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 20 14:46:51 PDT 2011


Revision: 7641
          http://trac.macosforge.org/projects/calendarserver/changeset/7641
Author:   wsanchez at apple.com
Date:     2011-06-20 14:46:51 -0700 (Mon, 20 Jun 2011)
Log Message:
-----------
Can't add "-v 2011g" to args because the version check expects numbers.

Modified Paths:
--------------
    CalendarServer/trunk/support/build.sh

Modified: CalendarServer/trunk/support/build.sh
===================================================================
--- CalendarServer/trunk/support/build.sh	2011-06-20 20:11:08 UTC (rev 7640)
+++ CalendarServer/trunk/support/build.sh	2011-06-20 21:46:51 UTC (rev 7641)
@@ -753,7 +753,8 @@
     "CalDAVClientLibrary" "CalDAVClientLibrary" "CalDAVClientLibrary" \
     "${svn_uri_base}/CalDAVClientLibrary/trunk";
 
-  py_dependency -o -v 2011g -m "9ffda6e87b5f067a7ca37c54629c9e58" \
+  # Can't add "-v 2011g" to args because the version check expects numbers.
+  py_dependency -o -m "9ffda6e87b5f067a7ca37c54629c9e58" \
     "pytz" "pytz" "pytz-2011g" \
     "http://pypi.python.org/packages/source/p/pytz/pytz-2011g.tar.gz";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110620/8386a43e/attachment-0001.html>


More information about the calendarserver-changes mailing list