From 1a742a3c0243db7e6b15c0cb59bdbe24d5751c66 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sat, 17 Oct 2009 00:30:07 +0100 Subject: [PATCH] Upgrade pybindgen to fix bug #723 --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 94918f376..792e0029f 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, 12, 0, 700) +REQUIRED_PYBINDGEN_VERSION = (0, 12, 0, 703) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)