New review comment by Luciogi on void-packages repository https://github.com/void-linux/void-packages/pull/46810#discussion_r1367682412 Comment: ``` => tuimoji-1.0.0_8: running do_check ... running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.12/site-packages/setuptools/command/test.py:193: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) /usr/bin/python3: No module named pip error: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpqi9nfp5u', '--quiet', 'urwid']' returned non-zero exit status 1. => ERROR: tuimoji-1.0.0_8: do_check: '${make_check_pre} python3 setup.py ${make_check_target} ${make_check_args}' exited with 1 => ERROR: in do_check() at common/build-style/python3-module.sh:28 ``` it want to install `wheel` using pip, while `checkdepends="python3-wheel'`