Python: enable wrapping of the packet metadata APIs.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-10-15 18:32:07 +01:00
parent ff4ec5cf64
commit e83d4da973
3 changed files with 125 additions and 4 deletions

View File

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