Skip to content

Commit c01da45

Browse files
python3Packages.ansible-compat: fix dependency specification
1 parent cdeac3f commit c01da45

File tree

1 file changed

+2
-1
lines changed
  • pkgs/development/python-modules/ansible-compat

1 file changed

+2
-1
lines changed

pkgs/development/python-modules/ansible-compat/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ buildPythonPackage rec {
3838
];
3939

4040
dependencies = [
41+
ansible-core
4142
pyyaml
4243
subprocess-tee
4344
];
@@ -49,7 +50,7 @@ buildPythonPackage rec {
4950
'';
5051

5152
nativeCheckInputs = [
52-
ansible-core
53+
ansible-core # ansible-config
5354
flaky
5455
pytest-mock
5556
pytest-instafail

0 commit comments

Comments
 (0)