python3Packages.ansible-compat: use ansible-core

This commit is contained in:
Martin Weinelt 2022-04-26 11:29:10 +02:00
parent 19b2755900
commit 12c596725d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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