python311Packages.openllm-client: relax hatch-fancy-pypi-readme constraint

This commit is contained in:
Martin Weinelt
2024-03-18 02:20:27 +01:00
parent cba80f9b77
commit 4954356086
@@ -26,7 +26,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "hatchling==1.18.0" "hatchling" \
--replace-fail "hatch-vcs==0.3.0" "hatch-vcs"
--replace-fail "hatch-vcs==0.3.0" "hatch-vcs" \
--replace-fail "hatch-fancy-pypi-readme==23.1.0" "hatch-fancy-pypi-readme"
'';
build-system = [