Upgrade pybindgen to fix the any() bug (Python <= 2.4)
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 03 Feb 2010 18:09:25 +0000
changeset 5947 e0fcc8ffcaad
parent 5946 4fef76630d66
child 5948 34bd93988e2b
Upgrade pybindgen to fix the any() bug (Python <= 2.4)
bindings/python/wscript
--- a/bindings/python/wscript	Wed Feb 03 15:17:27 2010 +0000
+++ b/bindings/python/wscript	Wed Feb 03 18:09:25 2010 +0000
@@ -15,7 +15,7 @@
 import Utils
 
 ## https://launchpad.net/pybindgen/
-REQUIRED_PYBINDGEN_VERSION = (0, 13, 0, 744)
+REQUIRED_PYBINDGEN_VERSION = (0, 13, 0, 745)
 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)