sigma-cli: relax constraints

This commit is contained in:
Fabian Affolter
2022-09-24 20:41:36 +02:00
committed by Jonathan Ringer
parent 699cf88c65
commit 4082476a6e
+1 -2
View File
@@ -39,8 +39,7 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'prettytable = "^3.1.1"' 'prettytable = "*"' \
--replace 'pysigma = "^0.7.2"' 'pysigma = "*"'
--replace '= "^' '= ">='
'';
pythonImportsCheck = [