diff options
author | Brian Behlendorf <[email protected]> | 2024-04-25 13:40:09 -0700 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2024-04-29 13:50:05 -0700 |
commit | 71216b91d281e7e58f5e29ca4d4553945e080fe9 (patch) | |
tree | 3f298bb5fa8a2a65869dd226cb4d23a30e57c2f4 /contrib/debian/control | |
parent | 284489893bdd53004fdbc976106cac54a4069250 (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #16126
Closes #16129
Diffstat (limited to 'contrib/debian/control')
-rw-r--r-- | contrib/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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} |