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

This commit is contained in:
Zooko O'Whielacronx 2008-04-24 10:29:17 -07:00
parent 5f5ed6b08d
commit c2621313bb

View File

@ -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>