ansible-later: relax dependency on PyYAML

This commit is contained in:
Theodore Ni
2023-07-28 12:15:32 +02:00
committed by Martin Weinelt
parent 02cd4de89c
commit f3503c5e4e
+1 -1
View File
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
"jsonschema"
"pathspec"
"python-json-logger"
"pyyaml"
"PyYAML"
"toolz"
"unidiff"
"yamllint"