Fix Python bindings ns3.Object subclassing bug

This commit is contained in:
Gustavo J. A. M. Carneiro
2010-05-06 14:21:20 +01:00
parent e8bb9330b4
commit ce0dabd900
3 changed files with 13 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ import Build
import Utils
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 14, 1)
REQUIRED_PYBINDGEN_VERSION = (0, 14, 1, 764)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)