python313Packages.pychromecast: relax wheel constraint

Changed files
+2 -1
pkgs
development
python-modules
pychromecast
+2 -1
pkgs/development/python-modules/pychromecast/default.nix
···
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 ];