python310Packages.treex: Fix build
This commit is contained in:
parent
b390d146e3
commit
72ba7ecdd2
@ -34,7 +34,8 @@ buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'rich = "^11.2.0"' 'rich = "*"' \
|
||||
--replace 'treeo = "^0.0.10"' 'treeo = "*"'
|
||||
--replace 'treeo = "^0.0.10"' 'treeo = "*"' \
|
||||
--replace 'certifi = "^2021.10.8"' 'certifi = "*"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user