From c2985053a3c5a277890d28d2accb8a45f7b3ce55 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 2 Oct 2008 17:30:38 +0100 Subject: [PATCH] Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning. --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 50fa7a06d..5b0bfa5a5 100644 --- a/bindings/python/wscript +++ b/bindings/python/wscript @@ -22,7 +22,7 @@ else: 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)