cec7151e5fd8c85dc7c97c039b4b567690908381
[releng/global-jjb.git] / python-dep-resolution-8122bc59b6ac886c.yaml
1 ---
2 fixes:
3   - |
4     Change pip's upgrade-strategy to "eager" for python-tools-install.sh.
5     Pip changed its default upgrade-strategy to "only-if-required", which
6     is not correctly upgrading requests (and potentially other packages
7     in the future) to meet other packages' requirements. This results in
8     errors in the build log. By using the upgrade-strategy "eager", pip
9     is able to properly install what is needed.