python310Packages.pyoverkiz: allow later backoff releases

This commit is contained in:
Fabian Affolter 2022-08-06 22:09:54 +02:00
parent 872580ae90
commit 87e8a17632

View File

@ -45,6 +45,11 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'backoff = "^1.10.0"' 'backoff = "*"'
'';
pythonImportsCheck = [
"pyoverkiz"
];