Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning.
1.1 --- a/bindings/python/wscript Thu Oct 02 17:16:04 2008 +0100
1.2 +++ b/bindings/python/wscript Thu Oct 02 17:30:38 2008 +0100
1.3 @@ -22,7 +22,7 @@
1.4 os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
1.5
1.6 ## https://launchpad.net/pybindgen/
1.7 -REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 581)
1.8 +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 582)
1.9 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
1.10
1.11