There is a new pull request by ahesford against master on the void-packages repository https://github.com/ahesford/void-packages setuptools https://github.com/void-linux/void-packages/pull/28261 python3-setuptools: update to 52.0.0. This release drops `easy_install`, which will cause hard failures when building python-module or python3-module templates that do not specify all of their setup_requires dependencies in `hostmakedepends`. This is a good thing; before, setuptools would fetch setup dependencies on its own, negatively impacting the reproducibility of package builds. Still, I am going to run through rebuilds of some (most? all?) of the `python3-*` packages to check for build-time breakage. A patch file from https://github.com/void-linux/void-packages/pull/28261.patch is attached