[Distutils] Avoid dependency_links / find_links
P.J. Eby
pje at telecommunity.com
Tue Oct 20 00:30:05 CEST 2009
At 12:02 AM 10/20/2009 +0200, Patrice Neff wrote:
>So the question would be: is there any way to avoid following any
>dependency_links and/or find_links paths and only use the index_url?
Yes. See:
http://peak.telecommunity.com/DevCenter/EasyInstall#restricting-downloads-with-allow-hosts
which explains how to use the command line or configuration files to
control this. Also see:
http://peak.telecommunity.com/DevCenter/EasyInstall#command-line-options
under the '--allow-hosts' option for more details on the syntax.
More information about the Distutils-SIG
mailing list