diff --git a/bindings/python/wscript b/bindings/python/wscript index e38aa82d9..66790c6c5 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -17,7 +17,7 @@ import Utils from waflib.Errors import WafError ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 795) +REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 797) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)