mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
python3Packages.ansible-runner: use ansible-core
This commit is contained in:
parent
813330fa92
commit
19b2755900
@ -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…
Reference in New Issue
Block a user