python313Packages.pychromecast: relax wheel constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:20 +02:00
parent 7970017b7b
commit deb66945eb
@@ -25,7 +25,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools>=65.6,<78.0" setuptools
--replace-fail "setuptools>=65.6,<78.0" setuptools \
--replace-fail "wheel>=0.37.1,<0.46.0" wheel
'';
build-system = [ setuptools ];