bindings/python/wscript
changeset 7054 61db80a6f882
parent 7048 a6d78cb50f6e
child 7347 31429a6c723d
equal deleted inserted replaced
7053:22bf40a43ab3 7054:61db80a6f882
    13 import Logs
    13 import Logs
    14 import Build
    14 import Build
    15 import Utils
    15 import Utils
    16 
    16 
    17 ## https://launchpad.net/pybindgen/
    17 ## https://launchpad.net/pybindgen/
    18 REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 782)
    18 REQUIRED_PYBINDGEN_VERSION = (0, 15, 0, 785)
    19 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
    19 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
    20 
    20 
    21 
    21 
    22 
    22 
    23 from TaskGen import feature, after
    23 from TaskGen import feature, after