[Distutils] Please do not remove dependency_links

Marcus Smith qwcode at gmail.com
Sat Jan 18 03:33:15 CET 2014


>
>
> I don't know. How do I translate
>
> pip install hg+ssh://hg@bitbucket.org/cghub/cghub-cloud-agent@default
>
> with cghub-cloud-agent's setup.py being
>
> setup(
>     name="cghub-cloud-agent",
>     version="1.0.dev1",
>     install_requires=[
>         'cghub-cloud-lib>=1.0.dev1',
>         'cghub-python-lib>=1.4.dev1', ...
>     ],
>     dependency_links=[
>         'hg+ssh://
> hg at bitbucket.org/cghub/cghub-python-lib at default#egg=cghub-python-lib-1.4.dev1
> ',
>         'hg+ssh://
> hg at bitbucket.org/cghub/cghub-cloud-lib at default#egg=cghub-cloud-lib-1.0.dev1
> '
>     ],
> )
>
> into a use of --find-links?
>

--find-links assumes packaging.  if you don't package, it doesn't help you.
you're left putting all the vcs urls into a requirements file for your
top-level app.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20140117/ea917874/attachment.html>


More information about the Distutils-SIG mailing list