about summary refs log tree commit diff
path: root/pkgs/tools/admin/ansible
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-07-22 16:13:20 -0700
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-07-28 12:15:32 +0200
commitf3503c5e4e144d9f4a15c1e188fa7b6cb49ee3fe (patch)
tree36d57704dc4151f9b1d9239ff48c909f98f966e2 /pkgs/tools/admin/ansible
parent02cd4de89cb702549dade434c2aba61a28f96d60 (diff)
ansible-later: relax dependency on PyYAML
Diffstat (limited to 'pkgs/tools/admin/ansible')
-rw-r--r--pkgs/tools/admin/ansible/later.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/admin/ansible/later.nix b/pkgs/tools/admin/ansible/later.nix
index 9cc7ffb38eb54..db1c7beb2a58f 100644
--- a/pkgs/tools/admin/ansible/later.nix
+++ b/pkgs/tools/admin/ansible/later.nix
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
     "jsonschema"
     "pathspec"
     "python-json-logger"
-    "pyyaml"
+    "PyYAML"
     "toolz"
     "unidiff"
     "yamllint"