python3Packages.ansible-runner: use ansible-core

main
Martin Weinelt 2 years ago
parent 813330fa92
commit 19b2755900
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 6
      pkgs/development/python-modules/ansible-runner/default.nix

@ -1,6 +1,6 @@
{ lib
, stdenv
, ansible
, ansible-core
, buildPythonPackage
, fetchPypi
, mock
@ -32,7 +32,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
ansible
ansible-core
psutil
pexpect
python-daemon
@ -41,7 +41,7 @@ buildPythonPackage rec {
];
checkInputs = [
ansible # required to place ansible CLI onto the PATH in tests
ansible-core # required to place ansible CLI onto the PATH in tests
pytestCheckHook
pytest-mock
pytest-timeout

Loading…
Cancel
Save