File: upgrade-pip-before-c-d2443847f9d58c7a.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (8 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    This fixes bug 1744403 where 60-ironic-agent-install fails to run
    when DIB_INSTALLTYPE_ironic_agent=source is set.  pip installs
    constraints with the -c argument and this argument is a relatively
    newer addion.  The currently installed pip may not support that
    option and must be upgraded before proceeding.