From 4b74dc78f9d102cc180bd9872d972421d3da2c02 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 15 Apr 2011 20:51:42 +0200 Subject: [PATCH] really require version 785 --- bindings/python/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/wscript b/bindings/python/wscript index e2320a69a..a22c2ef3a 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, 15, 0, 782) +REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 785) REQUIRED_PYGCCXML_VERSION = (0, 9, 5)