New pybindgen, should fix bug #308.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-09-05 16:47:15 +01:00
parent f759d0c1d2
commit 6e375eee8e

View File

@@ -22,7 +22,7 @@ else:
os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 576)
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 577)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)