bindings: Update pybindgen version

This commit is contained in:
Tom Henderson
2020-12-21 12:47:15 -08:00
parent d72ef6ed2f
commit 433fb603eb

View File

@@ -20,7 +20,7 @@ from waflib.Errors import WafError
# on 'git describe --tags' command. Example, if the latest release was 0.21.0, # on 'git describe --tags' command. Example, if the latest release was 0.21.0,
# and 'git decribe --tags' reports "0.21.0-6-g8e7c0a9", then write the # and 'git decribe --tags' reports "0.21.0-6-g8e7c0a9", then write the
# PYBINDGEN version string below as '0.21.0.post6+ng8e7c0a9' # PYBINDGEN version string below as '0.21.0.post6+ng8e7c0a9'
REQUIRED_PYBINDGEN_VERSION = '0.21.0.post11+ng443cbba' REQUIRED_PYBINDGEN_VERSION = '0.21.0.post15+nga587377'
REQUIRED_PYGCCXML_VERSION = (2, 0, 1) REQUIRED_PYGCCXML_VERSION = (2, 0, 1)
REQUIRED_CASTXML_VERSION = '0.2' REQUIRED_CASTXML_VERSION = '0.2'