python3Packages.ansible-compat: fix dependency specification (#399743)
This commit is contained in:
@@ -39,12 +39,13 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
ansible-core
|
||||
pyyaml
|
||||
subprocess-tee
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
ansible-core
|
||||
ansible-core # ansible-config
|
||||
flaky
|
||||
pytest-mock
|
||||
pytest-instafail
|
||||
|
||||
Reference in New Issue
Block a user