Mickael Maison created KAFKA-19490: -------------------------------------- Summary: Remove usages of distutils in docker scripts Key: KAFKA-19490 URL: https://issues.apache.org/jira/browse/KAFKA-19490 Project: Kafka Issue Type: Task Components: docker Reporter: Mickael Maison
The distutils module was removed from the Python standard library in Python 3.12. We still use this module in docker/common.py and docker/docker_build_test.py. We should switch to the shutils module which is part of the standard library. It provides similar methods (copy_file(), copy_tree()) than distutils. -- This message was sent by Atlassian Jira (v8.20.10#820010)