New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/35376#discussion_r830685794 Comment: That's because argon2-cffi is in install_requires, but it's actually an optional dependency. We can either package it and add it to checkdepends or use make_check=no and add a comment `# needs python3-argon2-cffi which is not packaged`