sigma-cli: relax constraints
This commit is contained in:
committed by
Jonathan Ringer
parent
699cf88c65
commit
4082476a6e
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user