New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/34776#discussion_r912542213 Comment: ``` Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp3mvkx0wo', '--quiet', 'requests>=2.7.0']' returned non-zero exit status 1. ``` That only means you are missing requests from dependencies. Adding pip to hostmakedepends will just hide this issue and download requests in their preferred version, ~~but we want to run the tests on Void packages~~. This is a build issue, so requests should be probably be in hostmakedepends.