diff --git a/bindings/python/wscript b/bindings/python/wscript index f6b50c1c6..26d475cca 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, 11, 0, 697) +REQUIRED_PYBINDGEN_VERSION = (0, 12, 0) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)