bindings/python/wscript
changeset 4742 f22beb219798
parent 4535 0878cd580565
child 4771 9e018570c659
equal deleted inserted replaced
4741:ae4aa2deec45 4742:f22beb219798
    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, 10, 0, 640)
    18 REQUIRED_PYBINDGEN_VERSION = (0, 11, 0, 697)
    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', ''):
   179         ),
   179         ),
   180     -1: (
   180     -1: (
   181         "propagation-delay-model.h",
   181         "propagation-delay-model.h",
   182         "propagation-loss-model.h",
   182         "propagation-loss-model.h",
   183         "net-device.h",
   183         "net-device.h",
       
   184         "ipv4-interface.h",
   184         )
   185         )
   185      }
   186      }
   186 
   187 
   187 def get_header_prio(header):
   188 def get_header_prio(header):
   188     for prio, headers in prio_headers.iteritems():
   189     for prio, headers in prio_headers.iteritems():