$NetBSD: patch-ba,v 1.1 2008/06/23 15:44:14 drochner Exp $

--- src/gramps.py.orig	2008-05-17 22:15:36.000000000 +0200
+++ src/gramps.py
@@ -94,7 +94,7 @@ gettext.install("gramps",loc,unicode=1)
 #
 #-------------------------------------------------------------------------
 
-MIN_PYTHON_VERSION = (2, 5, 0, '', 0)
+MIN_PYTHON_VERSION = (2, 4, 0, '', 0)
 if not sys.version_info >= MIN_PYTHON_VERSION :
     print gettext.gettext("Your Python version does not meet the "
                   "requirements. At least python %d.%d.%d is needed to"
