Skip to content

Commit 8933c19

Browse files
authored
python3Packages.ansible-compat: fix dependency specification (#399743)
2 parents 1dc393e + c01da45 commit 8933c19

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
@@ -39,12 +39,13 @@ buildPythonPackage rec {
3939
];
4040

4141
dependencies = [
42+
ansible-core
4243
pyyaml
4344
subprocess-tee
4445
];
4546

4647
nativeCheckInputs = [
47-
ansible-core
48+
ansible-core # ansible-config
4849
flaky
4950
pytest-mock
5051
pytest-instafail

0 commit comments

Comments
 (0)