Commit df07f113 authored by Sylvain Berfini's avatar Sylvain Berfini

Remove old submodules/oRTP if found + updated linphone

parent 9c3a24f3
......@@ -154,6 +154,8 @@ class DesktopPreparator(prepare.Preparator):
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')
if os.path.isdir('submodules/oRTP'):
os.rmdir('submodules/oRTP')
return ret
def show_missing_dependencies(self):
......
linphone @ 82c68c8e
Subproject commit 17e4a1ff6c1e6798af2b488a89303b0ee2104130
Subproject commit 82c68c8e1710816fa339352a3beba1482a7940b2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment