mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ioccheck: relax termcolor constraint
This commit is contained in:
parent
8ab844d278
commit
76c0169c6e
@ -75,7 +75,8 @@ buildPythonApplication rec {
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace '"hurry.filesize" = "^0.9"' "" \
|
||||
--replace 'vt-py = ">=0.6.1,<0.8.0"' 'vt-py = ">=0.6.1"' \
|
||||
--replace 'backoff = "^1.10.0"' 'backoff = ">=1.10.0"'
|
||||
--replace 'backoff = "^1.10.0"' 'backoff = ">=1.10.0"' \
|
||||
--replace 'termcolor = "^1.1.0"' 'termcolor = "*"'
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user