bsddb never existed in 3.x, no need to keep downloading sleepycat
This commit is contained in:
parent
072e4a3fc7
commit
1f24548e1f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue