From 885bb61e2b2c69b8ad291ba24414afed5f133755 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 23 Feb 2010 12:12:53 +0000
Subject: [PATCH]  - dbm is not required as python module, gdbm is enough

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33016 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/buildout/Makefile b/buildout/Makefile
index 6a41eaf06d..7e85799f1f 100644
--- a/buildout/Makefile
+++ b/buildout/Makefile
@@ -17,7 +17,6 @@ assert-python2.4: bin/python2.4
 	bin/python2.4 -c 'import _ssl'
 	bin/python2.4 -c 'import _xmlplus'
 	bin/python2.4 -c 'import bz2'
-	bin/python2.4 -c 'import dbm'
 	bin/python2.4 -c 'import elementtree'
 	bin/python2.4 -c 'import fpconst'
 	bin/python2.4 -c 'import gdbm'
-- 
2.30.9