python311Packages.pysnooz: relax events constraint

This commit is contained in:
Fabian Affolter 2023-08-25 09:22:21 +02:00
parent de5fe4bdb6
commit f47db52fd2

View file

@ -31,7 +31,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'transitions = "^0.8.11"' 'transitions = ">0.8.11"' \
--replace 'transitions = "^0.8.11"' 'transitions = ">=0.8.11"' \
--replace 'Events = "^0.4"' 'Events = ">=0.4"' \
--replace " --cov=pysnooz --cov-report=term-missing:skip-covered" ""
'';