bsddb never existed in 3.x, no need to keep downloading sleepycat

This commit is contained in:
Brian Curtin 2012-05-14 19:42:36 -05:00
parent 072e4a3fc7
commit 1f24548e1f
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ if not exist bzip2-1.0.6 (
svn export http://svn.python.org/projects/external/bzip2-1.0.6
)
@rem Sleepycat db
if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20-vs9 db-4.4.20
@rem OpenSSL
if not exist openssl-1.0.0a svn export http://svn.python.org/projects/external/openssl-1.0.0a