python310Packages.pysigma-pipeline-windows: relax pysigma constraint

This commit is contained in:
Fabian Affolter 2022-06-07 15:47:23 +02:00
parent 1a3924b858
commit 0e11ec9a23

View File

@ -29,6 +29,11 @@ buildPythonPackage rec {
pysigma
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'pysigma = "^0.5.0"' 'pysigma = "^0.6.0"'
'';
checkInputs = [
pytestCheckHook
];