pypy3Packages.zopfli: replace setuptools version pin for pypy

This commit is contained in:
Sandro Jäckel 2026-02-26 18:45:00 +01:00
commit 957d744345
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -17,6 +17,11 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-qO6ZKyVJ4JDNPwF4v2Bt1Bop4GE6BM31BUIkZixy3OY=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools<72.2.0" "setuptools"
'';
build-system = [ setuptools-scm ];
buildInputs = [ zopfli ];