bindings: (fixes #2395) Upgrade pybindgen for Python >=3.5 fix

This commit is contained in:
Tom Henderson
2016-05-03 17:59:47 -07:00
parent b6c47e6cea
commit 660bb7b592

View File

@@ -14,7 +14,7 @@ from waflib.Errors import WafError
# after = TaskGen.after
# https://github.com/gjcarneiro/pybindgen
REQUIRED_PYBINDGEN_VERSION = '0.17.0.post49+ng0e4e3bc'
REQUIRED_PYBINDGEN_VERSION = '0.17.0.post50+ngec55eb6'
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
RUN_ME=-3