]> granicus.if.org Git - python/commitdiff
don't build bsddb anymore
authorBenjamin Peterson <benjamin@python.org>
Sat, 20 Dec 2008 23:06:29 +0000 (23:06 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 20 Dec 2008 23:06:29 +0000 (23:06 +0000)
Mac/BuildScript/build-installer.py

index 2408960d9499a91e2d1101c3185e03d2534a2689..add051276c10abce16d7a39375a315e3b67268e6 100755 (executable)
@@ -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',
-        ]
-    ),
 ]