From 07c268b53a73afb18174d6db4b03426fb96d475f Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Wed, 3 Feb 2010 18:09:25 +0000 Subject: [PATCH] Upgrade pybindgen to fix the any() bug (Python <= 2.4) --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 41e3a6407..a555a47bc 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -15,7 +15,7 @@ import Build 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)