diff --git a/bindings/python/wscript b/bindings/python/wscript index e2580e227..64c3529c5 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, 797) +REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 809) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)