Lets say I have following 2 packages:
/srv/share/python/core
/srv/share/python/package1
which package1
has dependency on core
both have remote git repositories in:
/srv/git/core.git
/srv/git/package1.git
How do I define setup() in package1
's setup.py to install core
from /srv/git/core.git automatically while installing package1
?