mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Python 3.12 deprecated python3-distutils
As for python-3.12 the distutils package has been deprecated. The latest ax_python_devel.m4 macro from the autoconf archive has been updated accordingly so let's pull in the new version. We can also drop the changes made to our customized version to continue if the development version is not installed since this functionality has been included upstream. Reviewed-by: Rich Ercolani <rincebrain@gmail.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #16126 Closes #16129
This commit is contained in:
committed by
Tony Hutter
parent
284489893b
commit
71216b91d2
@@ -189,7 +189,7 @@ Depends: dkms (>> 2.1.1.2-5),
|
||||
file,
|
||||
libc6-dev | libc-dev,
|
||||
lsb-release,
|
||||
python3-distutils | libpython3-stdlib (<< 3.6.4),
|
||||
python3 (>> 3.12) | python3-distutils | libpython3-stdlib (<< 3.6.4),
|
||||
${misc:Depends},
|
||||
${perl:Depends}
|
||||
Recommends: openzfs-zfs-zed, openzfs-zfsutils (>= ${source:Version}), ${linux:Recommends}
|
||||
|
||||
Reference in New Issue
Block a user