3
0
Fork 0
forked from mirrors/nixpkgs

sigma-cli: relax pysigma constraint

This commit is contained in:
Fabian Affolter 2022-06-07 16:14:14 +02:00
parent 887e366f53
commit 311f2101d9

View file

@ -36,7 +36,8 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'prettytable = "^3.1.1"' 'prettytable = "*"'
--replace 'prettytable = "^3.1.1"' 'prettytable = "*"' \
--replace 'pysigma = "^0.5.0"' 'pysigma = "*"'
'';
pythonImportsCheck = [