[Python-checkins] r67884 - python/branches/py3k/Mac/BuildScript/build-installer.py

benjamin.peterson python-checkins at python.org
Sun Dec 21 00:06:29 CET 2008


Author: benjamin.peterson
Date: Sun Dec 21 00:06:29 2008
New Revision: 67884

Log:
don't build bsddb anymore

Modified:
   python/branches/py3k/Mac/BuildScript/build-installer.py

Modified: python/branches/py3k/Mac/BuildScript/build-installer.py
==============================================================================
--- python/branches/py3k/Mac/BuildScript/build-installer.py	(original)
+++ python/branches/py3k/Mac/BuildScript/build-installer.py	Sun Dec 21 00:06:29 2008
@@ -169,17 +169,6 @@
             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',
-        ]
-    ),
 ]
 
 


More information about the Python-checkins mailing list