ioccheck: fix build

This commit is contained in:
Anthony Roussel
2022-08-15 11:53:53 +02:00
parent fef814505e
commit 7001e052e9
+2 -1
View File
@@ -74,7 +74,8 @@ buildPythonApplication rec {
# Can be removed with the next release
substituteInPlace pyproject.toml \
--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 = [