mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
Add check for six Python module in prepare.py.
This commit is contained in:
parent
023770256f
commit
afceb67cf0
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ class DesktopPreparator(prepare.Preparator):
|
|||
ret |= not self.check_is_installed('doxygen', doxygen_prog)
|
||||
ret |= not self.check_is_installed('dot', graphviz_prog)
|
||||
ret |= not self.check_python_module_is_present('pystache')
|
||||
ret |= not self.check_python_module_is_present('six')
|
||||
if "python" in self.args.target or "python-raspberry" in self.args.target:
|
||||
ret |= not self.check_python_module_is_present('wheel')
|
||||
return ret
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue