diff --git a/pkgs/development/python-modules/pyatv/default.nix b/pkgs/development/python-modules/pyatv/default.nix index 43432a2d1428..649b751bea4a 100644 --- a/pkgs/development/python-modules/pyatv/default.nix +++ b/pkgs/development/python-modules/pyatv/default.nix @@ -8,7 +8,6 @@ deepdiff, fetchFromGitHub, ifaddr, - mediafile, miniaudio, protobuf, pydantic, @@ -19,7 +18,6 @@ pytest-timeout, pytestCheckHook, pythonAtLeast, - pythonOlder, requests, setuptools, srptools, @@ -34,8 +32,6 @@ buildPythonPackage rec { version = "0.16.0"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "postlund"; repo = "pyatv"; @@ -55,7 +51,6 @@ buildPythonPackage rec { "chacha20poly1305-reuseable" "cryptography" "ifaddr" - "mediafile" "miniaudio" "protobuf" "requests" @@ -71,7 +66,6 @@ buildPythonPackage rec { chacha20poly1305-reuseable cryptography ifaddr - mediafile miniaudio protobuf pydantic