From cbfc1009da2cadc0c401e18685210cda7b66d3a7 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Fri, 16 Apr 2010 12:59:22 +0100 Subject: [PATCH] Upgrade pybindgen to fix the MI problem (bug #877) --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 4ba1a625a..a59cbbcbc 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -15,7 +15,7 @@ import Build import Utils ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 14, 0, 755) +REQUIRED_PYBINDGEN_VERSION = (0, 14, 0, 760) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)