Source: skimage
Version: 0.22.0-3
Severity: important
Tags: ftbfs patch
User: debian-pyt...@lists.debian.org
Usertags: python3.12

Hi Maintainer

skimage FTBFS with Python 3.12 as the default version (i.e. with
python3-defaults/3.12.1-1 from experimental).

Please see the patch below to use the vendored distutils in setuptools
instead of trying to use the one from stdlib, which is no longer
available in Python 3.12

Regards
Graham


--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@
 export SKIMAGE_TEST_STRICT_WARNINGS := False

 # Hotfix for #1022461: Force setuptools to be compatible with older version
-export SETUPTOOLS_USE_DISTUTILS=stdlib
+# export SETUPTOOLS_USE_DISTUTILS=stdlib

 %:
  dh $@ --with python3,sphinxdoc --buildsystem pybuild

Reply via email to