Re-scan Python bindings and use newer PyBindGen.

This commit is contained in:
Gustavo J. A. M. Carneiro
2009-08-31 11:31:32 +01:00
parent f5cdf259cc
commit 43ea214b4f
29 changed files with 9704 additions and 6328 deletions

View File

@@ -15,7 +15,7 @@ import Build
import Utils
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 10, 0, 640)
REQUIRED_PYBINDGEN_VERSION = (0, 11, 0, 697)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
@@ -181,6 +181,7 @@ prio_headers = {
"propagation-delay-model.h",
"propagation-loss-model.h",
"net-device.h",
"ipv4-interface.h",
)
}