From c01da45bf57407d0d13a80a13e70b3892183d909 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Thu, 17 Apr 2025 15:13:33 +0200 Subject: [PATCH] python3Packages.ansible-compat: fix dependency specification --- pkgs/development/python-modules/ansible-compat/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/ansible-compat/default.nix b/pkgs/development/python-modules/ansible-compat/default.nix index 4098fa11b845..8e112f540454 100644 --- a/pkgs/development/python-modules/ansible-compat/default.nix +++ b/pkgs/development/python-modules/ansible-compat/default.nix @@ -38,6 +38,7 @@ buildPythonPackage rec { ]; dependencies = [ + ansible-core pyyaml subprocess-tee ]; @@ -49,7 +50,7 @@ buildPythonPackage rec { ''; nativeCheckInputs = [ - ansible-core + ansible-core # ansible-config flaky pytest-mock pytest-instafail