yq: 2.8.1 -> 2.9.2 (#73424)
Co-authored-by: Drew Risinger <drewrisinger@users.noreply.github.com> Co-authored-by: Drew <drewrisinger@users.noreply.github.com> Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
co-authored by
Drew Risinger
Jörg Thalheim
parent
88e47033fa
commit
d4e530412d
@@ -11450,7 +11450,8 @@ in
|
||||
yodl = callPackage ../development/tools/misc/yodl { };
|
||||
|
||||
yq = callPackage ../development/tools/yq {
|
||||
inherit (python3Packages) buildPythonApplication fetchPypi pyyaml xmltodict;
|
||||
inherit (python3Packages)
|
||||
buildPythonApplication fetchPypi argcomplete pyyaml xmltodict pytest coverage flake8 toml;
|
||||
};
|
||||
|
||||
yq-go = callPackage ../development/tools/yq-go { };
|
||||
|
||||
Reference in New Issue
Block a user