Loading pkgs/development/python-modules/androidtvremote2/default.nix +11 −14 Original line number Diff line number Diff line { lib , aiofiles , buildPythonPackage , cryptography , fetchFromGitHub , protobuf , pythonOlder , setuptools { lib, aiofiles, buildPythonPackage, cryptography, fetchFromGitHub, protobuf, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-Zem2IWBUWmyVdBjqoVKFk+/lg5T7CPXCKFXhFusQFLY="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiofiles Loading @@ -32,9 +31,7 @@ buildPythonPackage rec { protobuf ]; pythonImportsCheck = [ "androidtvremote2" ]; pythonImportsCheck = [ "androidtvremote2" ]; # Module only has a dummy test doCheck = false; Loading Loading
pkgs/development/python-modules/androidtvremote2/default.nix +11 −14 Original line number Diff line number Diff line { lib , aiofiles , buildPythonPackage , cryptography , fetchFromGitHub , protobuf , pythonOlder , setuptools { lib, aiofiles, buildPythonPackage, cryptography, fetchFromGitHub, protobuf, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-Zem2IWBUWmyVdBjqoVKFk+/lg5T7CPXCKFXhFusQFLY="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiofiles Loading @@ -32,9 +31,7 @@ buildPythonPackage rec { protobuf ]; pythonImportsCheck = [ "androidtvremote2" ]; pythonImportsCheck = [ "androidtvremote2" ]; # Module only has a dummy test doCheck = false; Loading