python3Packages.ansible-compat: use ansible-core
This commit is contained in:
parent
19b2755900
commit
12c596725d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue