bindings/python/wscript
changeset 5940 3e3a1501496d
parent 5767 0c70949a5006
child 5942 7c66549b828d
equal deleted inserted replaced
5939:6f9cffdc7ed0 5940:3e3a1501496d
    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, 12, 0, 710)
    18 REQUIRED_PYBINDGEN_VERSION = (0, 13, 0, 744)
    19 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
    19 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
    20 
    20 
    21 
    21 
    22 def add_to_python_path(path):
    22 def add_to_python_path(path):
    23     if os.environ.get('PYTHONPATH', ''):
    23     if os.environ.get('PYTHONPATH', ''):