Skip to content

Fix Bullseye build (dh-python breaks python)

Steffen Grunewald requested to merge (removed):bullseye-python into master

Bullseye build, even after stripping Python2 stuff and Octave, is broken:

The following packages have unmet dependencies:
 dh-python : Breaks: python which is a virtual package, provided by:
                     - python-is-python2 (2.7.18-9) provides python=2.7.18-2, but 2.7.18-9 is to be installed

Unable to resolve dependencies!  Giving up...

The MR removes python from the dependencies (it's provided by python-all-dev which, for Bullseye, gets substituted with python3-all-dev), and declares supported Python versions.

Merge request reports