Commit b9f46d8d authored by Sylvain Berfini's avatar Sylvain Berfini

Removed code to remove old oRTP submodules as it removes the right one on...

Removed code to remove old oRTP submodules as it removes the right one on MacOSX because it's not case sensitive
parent 41f2a0b1
......@@ -155,10 +155,6 @@ class DesktopPreparator(prepare.Preparator):
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'):
import shutil
shutil.rmtree('submodules/oRTP')
return ret
def show_missing_dependencies(self):
......
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