Description
Enable to use a local repository without a need of cloning it as an option in the build script.
WHY
If we don't have a remote python package/modules we should be able to package it anyway with the current script. (We just need to ignore the cloning step).
Task