diff --git a/bindings/python/wscript b/bindings/python/wscript index 4ba1a625a..a59cbbcbc 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -15,7 +15,7 @@ import Build import Utils ## https://launchpad.net/pybindgen/ -REQUIRED_PYBINDGEN_VERSION = (0, 14, 0, 755) +REQUIRED_PYBINDGEN_VERSION = (0, 14, 0, 760) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)