Skip to content

Auto-Build 2024-04-30 12:51

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 12:52
· 74 commits to master since this release
Upgrade python3-distutils to python3-setuptools

`distutils` (distutils package for Python 3.x) was deprecated a long time ago and will be removed in python 3.12. Upgrade to `setuptools` (Python3 Distutils Enhancements) instead.

See also https://bugs.launchpad.net/ubuntu/+source/python3-stdlib-extensions/+bug/2060772