Commit c01da45b authored by FliegendeWurst's avatar FliegendeWurst
Browse files

python3Packages.ansible-compat: fix dependency specification

parent cdeac3f0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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