Removed code to remove old oRTP submodules as it removes the right one on MacOSX because it's not case sensitive

This commit is contained in:
Sylvain Berfini 2017-07-11 13:17:20 +02:00
parent 41f2a0b18e
commit b9f46d8d62

View file

@ -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):