Unverified Commit 8933c198 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.ansible-compat: fix dependency specification (#399743)

parents 1dc393ef c01da45b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,12 +39,13 @@ buildPythonPackage rec {
  ];

  dependencies = [
    ansible-core
    pyyaml
    subprocess-tee
  ];

  nativeCheckInputs = [
    ansible-core
    ansible-core # ansible-config
    flaky
    pytest-mock
    pytest-instafail