Add an include_packages flag to Selections.download_missing
commit62a719e6b26c1e34371a8a39f456d4237e78ef46
authorgfxmonk <tim@gfxmonk.net>
Wed, 22 Jun 2011 08:38:19 +0000 (22 18:38 +1000)
committerThomas Leonard <talex5@gmail.com>
Sat, 25 Jun 2011 14:16:45 +0000 (25 15:16 +0100)
tree242d47970b05c9f24bce055c61dc96819b889cec
parent7276d5783e133a38532196e41134cdd16a4b11c1
Add an include_packages flag to Selections.download_missing

This is needed by "0compile autocompile", which does select and download in two
steps. Normally downloading native packages wouldn't work, because the exact
versions needed won't be available.

Bug:

- If the package is already installed, tries (and fails) to install it again.
zeroinstall/injector/selections.py