python310Packages.treex: Fix build

This commit is contained in:
Jonas Heinrich
2022-07-19 08:32:51 -04:00
committed by Yt
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 = [