Loading pkgs/development/python-modules/plexapi/default.nix +11 −14 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , requests , setuptools , tqdm , websocket-client { lib, buildPythonPackage, fetchFromGitHub, pythonOlder, requests, setuptools, tqdm, websocket-client, }: buildPythonPackage rec { Loading @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-i898cHYOSrzSreWBmW7W9QBUoyIDKwmt4k2wgutN3bw="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests Loading @@ -35,9 +34,7 @@ buildPythonPackage rec { # Tests require a running Plex instance doCheck = false; pythonImportsCheck = [ "plexapi" ]; pythonImportsCheck = [ "plexapi" ]; meta = with lib; { description = "Python bindings for the Plex API"; Loading Loading
pkgs/development/python-modules/plexapi/default.nix +11 −14 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , requests , setuptools , tqdm , websocket-client { lib, buildPythonPackage, fetchFromGitHub, pythonOlder, requests, setuptools, tqdm, websocket-client, }: buildPythonPackage rec { Loading @@ -22,9 +23,7 @@ buildPythonPackage rec { hash = "sha256-i898cHYOSrzSreWBmW7W9QBUoyIDKwmt4k2wgutN3bw="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests Loading @@ -35,9 +34,7 @@ buildPythonPackage rec { # Tests require a running Plex instance doCheck = false; pythonImportsCheck = [ "plexapi" ]; pythonImportsCheck = [ "plexapi" ]; meta = with lib; { description = "Python bindings for the Plex API"; Loading