From 78b873d46cc94694e8ef128bbec31aea2e4bbee4 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Mon, 8 Feb 2016 12:29:52 -0800 Subject: [PATCH] bindings: 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 e18eafcd0..9af9e9342 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.post41+ngd10fa60' +REQUIRED_PYBINDGEN_VERSION = '0.17.0.post49+ng0e4e3bc' REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3