From 660bb7b592dd278b12bf758c009775d3ab06e37a Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Tue, 3 May 2016 17:59:47 -0700 Subject: [PATCH] bindings: (fixes #2395) Upgrade pybindgen for Python >=3.5 fix --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 9af9e9342..c792799c6 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -14,7 +14,7 @@ from waflib.Errors import WafError # after = TaskGen.after # https://github.com/gjcarneiro/pybindgen -REQUIRED_PYBINDGEN_VERSION = '0.17.0.post49+ng0e4e3bc' +REQUIRED_PYBINDGEN_VERSION = '0.17.0.post50+ngec55eb6' REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3