ansible-later: relax dependency on PyYAML

This commit is contained in:
Theodore Ni 2023-07-22 16:13:20 -07:00 committed by Martin Weinelt
parent 02cd4de89c
commit f3503c5e4e

View File

@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
"jsonschema"
"pathspec"
"python-json-logger"
"pyyaml"
"PyYAML"
"toolz"
"unidiff"
"yamllint"