Bug 1623 - pybindgen rev809 is not able to build after Ubuntu 1210
authorHajime Tazaki <tazaki@nict.go.jp>
Fri, 12 Apr 2013 21:36:45 +0900
changeset 9295 268f02304bf7
parent 9294 4cac575735b3
child 9296 c9534df44a2d
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
--- a/bindings/python/wscript	Mon Apr 08 12:48:36 2013 -0700
+++ b/bindings/python/wscript	Fri Apr 12 21:36:45 2013 +0900
@@ -13,7 +13,7 @@
 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)