From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 24 Apr 2008 17:29:17 +0000 (-0700)
Subject: setup: pyOpenSSL is now easy_installable, and pycryptopp now includes Crypto++, so... 
X-Git-Tag: allmydata-tahoe-1.1.0~183
X-Git-Url: https://git.rkrishnan.org/pf/content/en/service/FOOURL?a=commitdiff_plain;h=c2621313bb9cfc2aac4862620051cc7732219e42;p=tahoe-lafs%2Ftahoe-lafs.git

setup: pyOpenSSL is now easy_installable, and pycryptopp now includes Crypto++, so we can remove those two from the Manual Dependencies
---

diff --git a/docs/install.html b/docs/install.html
index c1d313e2..87031a46 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -30,10 +30,6 @@
 	<li><a href="http://python.org">Python</a> &gt;= v2.4.2 including development headers i.e. "Python.h"</li>
 
 	<li><a href="http://openssl.org">OpenSSL</a> &gt;= v0.9.7, including development headers</li>
-
-	<li><a href="http://pyopenssl.sourceforge.net">PyOpenSSL</a> == v0.6</li>
-
-	<li><a href="http://cryptopp.com">Crypto++</a> &gt;= v5.2.1, including development headers</li>
       </ol>