Skip to content

Provide python3-supported-min and python3-supported-max versioned virtual...

Stefano Rivera requested to merge supported-version-dependencies into master

Provide python3-supported-min and python3-supported-max versioned virtual packages, to allow modules to easily declare dependencies for all supported versions.

This would permit dh_python3 to generate dependencies of the form: python3-foo | python3-supported-min (>> 3.10) instead of python3-foo | python3 (>> 3.10). Which would avoid bugs like #1027947 and #1028704.

Merge request reports

Loading