diff --git a/bindings/python/wscript b/bindings/python/wscript index a4b63c0b4..36c0c09f8 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -21,7 +21,7 @@ else: os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 572) +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 576) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)