3
0
Fork 0
forked from mirrors/nixpkgs

ioccheck: fix build

This commit is contained in:
Anthony Roussel 2022-08-15 11:53:53 +02:00
parent fef814505e
commit 7001e052e9
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

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