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 54c4309174
commit 668e97a7dc

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)