python3Packages.ansible-compat: use ansible-core

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

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, ansible
, ansible-core
, flaky
, pytest-mock
, pytestCheckHook
@ -35,7 +35,7 @@ buildPythonPackage rec {
'';
checkInputs = [
ansible
ansible-core
flaky
pytest-mock
pytestCheckHook

Loading…
Cancel
Save