From d80109240537bc759e841bc9ddd52db3ed374ba0 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 4 Sep 2008 14:15:32 +0100 Subject: [PATCH] Update PyBindGen, fixes compilation with python 2.4. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index a4b63c0b4..36c0c09f8 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -21,7 +21,7 @@ else: os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 572) +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 576) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)