Ticket #66535: configurable-python.patch
File configurable-python.patch, 396 bytes (added by jmroot (Joshua Root), 23 months ago) |
---|
-
subprojects/spice-common/meson.build
old new 132 132 133 133 # Python 134 134 py_module = import('python') 135 python = py_module.find_installation( )135 python = py_module.find_installation(get_option('python')) 136 136 137 137 if get_option('python-checks') 138 138 foreach module : ['six', 'pyparsing']