From c0ee4eb2a0e7fbf1ef207ba3cb931cc0dca3f022 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Tue, 26 Aug 2008 22:20:30 +0100 Subject: [PATCH] Pull in Mathieu's PyBindGen fix. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 96051c32e..3cdb3c894 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, 563) +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 564) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)