mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
trueseeing: relax docker contraint
This commit is contained in:
parent
ce752bc694
commit
d284ffaa15
@ -31,7 +31,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "attrs~=21.4" "attrs>=21.4"
|
||||
--replace "attrs~=21.4" "attrs>=21.4" \
|
||||
--replace "docker~=5.0.3" "docker"
|
||||
'';
|
||||
|
||||
# Project has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user