Upgrade pybindgen to fix the any() bug (Python <= 2.4)

This commit is contained in:
Gustavo J. A. M. Carneiro
2010-02-03 18:09:25 +00:00
parent dcba03a99a
commit 07c268b53a

View File

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