nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.pychromecast: relax wheel constraint

+2 -1
+2 -1
pkgs/development/python-modules/pychromecast/default.nix
··· 25 25 26 26 postPatch = '' 27 27 substituteInPlace pyproject.toml \ 28 - --replace-fail "setuptools>=65.6,<78.0" setuptools 28 + --replace-fail "setuptools>=65.6,<78.0" setuptools \ 29 + --replace-fail "wheel>=0.37.1,<0.46.0" wheel 29 30 ''; 30 31 31 32 build-system = [ setuptools ];