New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/35016#discussion_r783456688 Comment: Usually setup.py, setup.cfg or pytest.ini contains install_requires or an equivalent, also checks will fail if you forget to specify a dependency and don't add pip to checkdepends (which defeats the purpose of having checks). https://github.com/GothenburgBitFactory/tasklib/blob/f7672ddebe6d4f4ff8fdb743df0b2939ba66ec78/setup.py#L25