New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/40837#issuecomment-1332155242 Comment: Why are you adding pip to these packages? If a build or test is failing without it, that means you are missing some dependency and the setup script is trying to satisfy it automatically. We don't want pip fetching packages, so you'll need to find out what's missing and add the right dependencies. If the failures are seen only when running tests, those dependencies should be added to `checkdepends`.