python310Packages.pysigma-pipeline-windows: relax pysigma constraint
This commit is contained in:
parent
1a3924b858
commit
0e11ec9a23
@ -29,6 +29,11 @@ buildPythonPackage rec {
|
||||
pysigma
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'pysigma = "^0.5.0"' 'pysigma = "^0.6.0"'
|
||||
'';
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user