Fix build of Python bindings with Python 2.6
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 18 Nov 2008 15:12:12 +0000
changeset 3868 827884bf1356
parent 3867 e29698e2e158
child 3869 0edba1e055aa
child 3872 8e757a83fb36
Fix build of Python bindings with Python 2.6
bindings/python/wscript
--- a/bindings/python/wscript	Tue Nov 18 14:05:47 2008 +0000
+++ b/bindings/python/wscript	Tue Nov 18 15:12:12 2008 +0000
@@ -22,7 +22,7 @@
     os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
 
 ## https://launchpad.net/pybindgen/
-REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 603)
+REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 605)
 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)