From 71216b91d281e7e58f5e29ca4d4553945e080fe9 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 25 Apr 2024 13:40:09 -0700 Subject: 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 Signed-off-by: Brian Behlendorf Closes #16126 Closes #16129 --- contrib/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/debian/control') diff --git a/contrib/debian/control b/contrib/debian/control index 98beb900d..e56fbf0f1 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -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} -- cgit v1.2.3