Update PyBindGen, fixes compilation with python 2.4.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu, 04 Sep 2008 14:15:32 +0100
changeset 3612 10bac9e67669
parent 3611 5950066a1592
child 3613 4925c4225148
Update PyBindGen, fixes compilation with python 2.4.
bindings/python/wscript
--- a/bindings/python/wscript	Wed Sep 03 14:28:26 2008 -0700
+++ b/bindings/python/wscript	Thu Sep 04 14:15:32 2008 +0100
@@ -21,7 +21,7 @@
     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)