New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/25088#discussion_r495493827 Comment: For python programs, you want to watch the `do_build` output to be sure python isn't trying to get dependencies using `EasyInstall` stuff. If it is, the dependencies should go in `hostmakedepends`, since the host's python interpreter needs to be able to find them. These same packages, when necessary for runtime, should also go in `depends`.