From e950cf14c43f699753da808ac855298cb267b71a Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Fri, 12 Apr 2013 21:36:45 +0900 Subject: [PATCH] Bug 1623 - pybindgen rev809 is not able to build after Ubuntu 1210 update pybindgen version to rev825: https://code.launchpad.net/~gjc/pybindgen/trunk --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 65ea56333..f43515987 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -13,7 +13,7 @@ feature = TaskGen.feature after = TaskGen.after ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 809) +REQUIRED_PYBINDGEN_VERSION = (0, 16, 0, 825) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)