python310Packages.treex: Fix build

This commit is contained in:
Jonas Heinrich 2022-07-18 13:02:32 +02:00 committed by Yt
parent b390d146e3
commit 72ba7ecdd2

View File

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