On Wed, Jun 07, 2023 at 10:36:12AM +0100, Andrew Cooper wrote: > The Install step is failing with: > > Package python-dev is not available, but is referred to by another package. > This may mean that the package is missing, has been obsoleted, or > E: Package 'python-dev' has no installation candidate > is only available from another source > However the following packages replace it: > python2-dev python2 python-dev-is-python3 > > which is a side effect of ubuntu-latest having changed from 20.04 to 22.04. > > Drop python-dev as python3-dev is already present, and used a fixed runs-on to > avoid such problems in the future. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger.