mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Remove old submodules/oRTP if found + updated linphone
This commit is contained in:
parent
9c3a24f382
commit
df07f11361
2 changed files with 3 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 17e4a1ff6c1e6798af2b488a89303b0ee2104130
|
||||
Subproject commit 82c68c8e1710816fa339352a3beba1482a7940b2
|
||||
Loading…
Add table
Reference in a new issue