Modular bindings: add support for <module>.py and _<module>.so layout, for extending modules in Python

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-03-27 23:35:55 +01:00
parent 5787b9bf36
commit 35a81dd4e4
3 changed files with 19 additions and 4 deletions

View File

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