-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
charm_build: install binary packages with no special options
Option `--prefer-binary` is only available in pip 20.x and bionic installs 9.x. Options are to update pip to a newer version and keep using `--prefer-binary`; change the option to `--only-binary` (in this case installation of packages only available in source form or depending on packages only available in source form would fail); or not specify any option related to binary installation (which would result in installation from source if tha latest version of a package is only available in source form, which is a possible situation but likely to be a corner case). This commit implements the third solution. Signed-off-by: Claudio Matsuoka <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters