New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-1013294816 Comment: > makedepends+=" python3-wheel" fixed it btw. I don't think so, `python3-wheel` is already in makedepends as a lot of other python packages. It needs `--with-system-python3 --enable-system-site-packages` so it will accept python 3.10 and use python packages from the system (off by default). When I removed the build options, I forgot to keep these flags in `configure_args`, you probably updated to my latest HEAD. At this time we are no longer using the distfile with all the upstream packages -- just the bare one from github + individual upstream packages that we still package together with sagemath (about 30 or so). Anything that sage wants to install itself and is not available will be downloaded, except my patch disables downloading. We'll have a similar failure if/when sage changes the version for some upstream package (until we fix the version and sha256 of the corresponding distfile in our template).