Merge pull request #186776 from anthonyroussel/ioccheck
ioccheck: fix build
This commit is contained in:
commit
90600f6a76
@ -74,7 +74,8 @@ buildPythonApplication rec {
|
|||||||
# Can be removed with the next release
|
# Can be removed with the next release
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace '"hurry.filesize" = "^0.9"' "" \
|
--replace '"hurry.filesize" = "^0.9"' "" \
|
||||||
--replace 'vt-py = ">=0.6.1,<0.8.0"' 'vt-py = ">=0.6.1"'
|
--replace 'vt-py = ">=0.6.1,<0.8.0"' 'vt-py = ">=0.6.1"' \
|
||||||
|
--replace 'backoff = "^1.10.0"' 'backoff = ">=1.10.0"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user