Upgrade to a newer pybindgen version with support for multiple-inheritance

This commit is contained in:
Gustavo J. A. M. Carneiro
2010-02-01 13:04:34 +00:00
parent ae61d1f4cf
commit 31b6b651b0
+1 -1
View File
@@ -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)