New review comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/31998#discussion_r728257392 Comment: We can, same for all other. Please remove pip from hostmakedepends, builds should be done using packages from our repo, not pypi. ```diff --- a/srcpkgs/python3-ansible-lint/template +++ b/srcpkgs/python3-ansible-lint/template @@ -4,7 +4,7 @@ version=5.2.0 revision=1 wrksrc="${pkgname/python3-/}-${version}" build_style=python3-module -hostmakedepends="python3-pip python3-wheel" +hostmakedepends="python3-setuptools_scm python3-wheel" depends="ansible-core python3-yamllint python3-six python3-yaml python3-ruamel.yaml python3-tenacity python3-enrich python3-wcmatch" checkdepends="tox ${depends}" short_desc="Linter for Ansible files" ``` ``` index: added `python3-ansible-lint-5.2.0_1' (x86_64). ```