Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu, 02 Oct 2008 17:30:38 +0100
changeset 3728 ca97a92eb7d0
parent 3727 27880cdd0019
child 3729 af204a958bb0
Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning.
bindings/python/wscript
--- a/bindings/python/wscript	Thu Oct 02 17:16:04 2008 +0100
+++ b/bindings/python/wscript	Thu Oct 02 17:30:38 2008 +0100
@@ -22,7 +22,7 @@
     os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
 
 ## https://launchpad.net/pybindgen/
-REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 581)
+REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 582)
 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)