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 { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, ansible , ansible-core
, flaky , flaky
, pytest-mock , pytest-mock
, pytestCheckHook , pytestCheckHook
@ -35,7 +35,7 @@ buildPythonPackage rec {
''; '';
checkInputs = [ checkInputs = [
ansible ansible-core
flaky flaky
pytest-mock pytest-mock
pytestCheckHook pytestCheckHook