mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
Fixed removal of submodules/oRTP directory
This commit is contained in:
parent
df07f11361
commit
7d049ab1f9
1 changed files with 4 additions and 1 deletions
|
|
@ -154,8 +154,11 @@ 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')
|
||||
import shutil
|
||||
shutil.rmtree('submodules/oRTP')
|
||||
|
||||
return ret
|
||||
|
||||
def show_missing_dependencies(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue