New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/29744#discussion_r606879319 Comment: You can't replace `python3-setuptools` with `python3-wheel`. You need `python3-setuptools_scm` and `python3-wheel` together. Drop `python3-pip` and you can also drop `python3-setuptools` because `setuptools_scm` will pull it in. Be on the lookout for errors related to `toml`, because some packages that use `setuptools_scm` also require `python3-toml`. (Don't add that unless it's really necessary.)