New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/36216#discussion_r830684241 Comment: Adding python3-pip and python3-wheel defeats the purpose of checks because it creates its own environment with its own versions that don't match void versions. I see that now the check fails with ``` error: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpj7e50gbs', '--quiet', 'dbus-python']' returned non-zero exit status 1. ``` which usually means the dbus-python module is missing, but as far as I can tell, dbus-python is our python3-dbus. I am not really sure how the detection is done, but our python3-dbus is not detected.