From 87966d99d220ab814b2f181e55f0dba5d953db02 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sat, 9 May 2020 13:18:50 -0700 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 545ed81eb..94ab85f98 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.20.1.post4+ngadeb7ce' +REQUIRED_PYBINDGEN_VERSION = '0.21.0' REQUIRED_PYGCCXML_VERSION = (1, 9, 1) REQUIRED_CASTXML_VERSION = '0.2'