From 60e2a6c117ee3f8cc4b310c9e9e1f622117ec125 Mon Sep 17 00:00:00 2001 From: Gustavo Carneiro Date: Sun, 2 Mar 2014 20:44:58 +0000 Subject: [PATCH] Require new pybindgen version to handle the new Time type changes (int64_t) --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 88f534f85..f0794fc9f 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, 16, 0, 865) +REQUIRED_PYBINDGEN_VERSION = (0, 17, 0, 866) REQUIRED_PYGCCXML_VERSION = (0, 9, 5) RUN_ME=-3