python312Packages.ansible-compat: remove unneeded git from nativeCheckInputs

This commit is contained in:
Gaetan Lepage
2024-12-31 15:31:04 +01:00
parent d22c1eea55
commit bc269b93b0
@@ -15,7 +15,6 @@
coreutils,
ansible-core,
flaky,
git,
pytest-mock,
pytestCheckHook,
}:
@@ -51,7 +50,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
ansible-core
flaky
git
pytest-mock
pytestCheckHook
];