diff --git a/pkgs/by-name/mu/music-assistant/package.nix b/pkgs/by-name/mu/music-assistant/package.nix index bf28c26fbe79..11bdffe8ba1e 100644 --- a/pkgs/by-name/mu/music-assistant/package.nix +++ b/pkgs/by-name/mu/music-assistant/package.nix @@ -86,7 +86,8 @@ python.pkgs.buildPythonApplication rec { postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail "0.0.0" "${version}" + --replace-fail "0.0.0" "${version}" \ + --replace-fail "==" ">=" # get-mac is a deprecated alias of getmac since 2018 substituteInPlace pyproject.toml \ @@ -108,24 +109,6 @@ python.pkgs.buildPythonApplication rec { setuptools ]; - pythonRelaxDeps = [ - "aiofiles" - "aiohttp" - "aiosqlite" - "certifi" - "colorlog" - "cryptography" - "getmac" - "mashumaro" - "numpy" - "orjson" - "pillow" - "podcastparser" - "pycares" - "xmltodict" - "zeroconf" - ]; - pythonRemoveDeps = [ # no runtime dependency resolution "uv"