bindings: Update pybindgen version

This commit is contained in:
Tom Henderson
2020-05-09 13:18:50 -07:00
parent d79f5f3ce6
commit 87966d99d2

View File

@@ -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'