Merge pull request #185467 from fabaff/pyoverkiz-fix
python310Packages.pyoverkiz: allow later backoff releases
This commit is contained in:
commit
3fe03c8763
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'backoff = "^1.10.0"' 'backoff = "*"'
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pyoverkiz"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue