[CalendarServer-changes] [14267] CalendarServer/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 7 19:10:51 PST 2015


Revision: 14267
          http://trac.calendarserver.org//changeset/14267
Author:   wsanchez at apple.com
Date:     2015-01-07 19:10:51 -0800 (Wed, 07 Jan 2015)
Log Message:
-----------
Remove pyasn1, pyasn1_modules, characteristic, which are subdependencies.

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

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2015-01-08 03:09:19 UTC (rev 14266)
+++ CalendarServer/trunk/setup.py	2015-01-08 03:10:51 UTC (rev 14267)
@@ -235,12 +235,9 @@
     "twextpy",
 
     # Security frameworks
-    "pyOpenSSL>=0.13.1",
-    "service_identity",
-    "pycrypto",
-    "pyasn1",
-    "pyasn1_modules",
-    "characteristic",
+    "pyOpenSSL>=0.13.1",  # also for Twisted
+    "service_identity",   # for Twisted
+    "pycrypto",           # for Twisted
     "kerberos",
 
     # Data store
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150107/577a8919/attachment.html>


More information about the calendarserver-changes mailing list