From 504c41fa1b78081f17abfa8fedd714fe3bce0c7e Mon Sep 17 00:00:00 2001 From: Gustavo Carneiro Date: Mon, 29 Sep 2014 22:07:14 +0100 Subject: [PATCH] Pull new pybindgen version to fix the build, again. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 20636c748..0f3fb7a30 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -13,7 +13,7 @@ from waflib.Errors import WafError # after = TaskGen.after ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 17, 0, 885) +REQUIRED_PYBINDGEN_VERSION = (0, 17, 0, 886) REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3