Bug 1623 - pybindgen rev809 is not able to build after Ubuntu 1210

update pybindgen version to rev825:
https://code.launchpad.net/~gjc/pybindgen/trunk
This commit is contained in:
Hajime Tazaki
2013-04-12 21:36:45 +09:00
parent 89e67bbb33
commit e950cf14c4

View File

@@ -13,7 +13,7 @@ feature = TaskGen.feature
after = TaskGen.after
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 809)
REQUIRED_PYBINDGEN_VERSION = (0, 16, 0, 825)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)