Merge pull request #186776 from anthonyroussel/ioccheck

ioccheck: fix build
This commit is contained in:
Fabian Affolter 2022-08-15 19:18:42 +02:00 committed by GitHub
commit 90600f6a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [