Require new PyBindGen (now ignores the badly scanned anonymous containers that cause problems on cygwin) and rescan API.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-08-29 14:56:24 +01:00
parent b88b399635
commit 90c70d1a39
20 changed files with 1068 additions and 383 deletions

View File

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