From 668e97a7dc46c50ae953f2fe57e3a0ddaecc0377 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 1 Feb 2010 13:04:34 +0000 Subject: [PATCH] Upgrade to a newer pybindgen version with support for multiple-inheritance --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index 5bb703dea..8ca543b19 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, 12, 0, 710) +REQUIRED_PYBINDGEN_VERSION = (0, 13, 0, 744) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)