I'm building a sublime extension that imports git from sublimeGit:
import git
I do it to define what git repo and branch I am in etc.
Is this suitable and in that case, can you define the dependency somehow in the plugin. to let package-manager etc know that this won't work without git?
You can define dependecies for PackageControll by putting file
to extension/plugin/Package directory.
See bottom of PackageControl docs