Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-10-02 17:30:38 +01:00
parent 3997faf477
commit c2985053a3

View File

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