From d9ef56874d20ca5d362fa1f2796f87781f14b26f Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 19 Oct 2016 16:17:33 -0700 Subject: [PATCH] bindings: (fixes #2526) Update pybindgen version. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index e9e1481c4..f0a574783 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.post57+nga6376f2' +REQUIRED_PYBINDGEN_VERSION = '0.17.0.post58+ngcf00cc0' REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3