diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-20 23:06:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-20 23:06:29 (GMT) |
commit | f767050cdc3b8ba09e42e93defd01a1659d33ed8 (patch) | |
tree | 052136028cc02d00a49b3d6cf87063fd691c7263 /Mac | |
parent | 623918ed0de387ec2155411a1b15c1898560d02d (diff) | |
download | cpython-f767050cdc3b8ba09e42e93defd01a1659d33ed8.zip cpython-f767050cdc3b8ba09e42e93defd01a1659d33ed8.tar.gz cpython-f767050cdc3b8ba09e42e93defd01a1659d33ed8.tar.bz2 |
don't build bsddb anymore
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 2408960..add0512 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -169,17 +169,6 @@ LIBRARY_RECIPES = [ getVersion(), ), ), - dict( - name="Sleepycat DB 4.7.25", - url="http://download.oracle.com/berkeley-db/db-4.7.25.tar.gz", - #name="Sleepycat DB 4.3.29", - #url="http://downloads.sleepycat.com/db-4.3.29.tar.gz", - buildDir="build_unix", - configure="../dist/configure", - configure_pre=[ - '--includedir=/usr/local/include/db4', - ] - ), ] |