Loading pkgs/development/python-modules/pyrisco/default.nix +10 −15 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchFromGitHub , pythonOlder , setuptools { lib, aiohttp, buildPythonPackage, fetchFromGitHub, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -20,20 +21,14 @@ buildPythonPackage rec { hash = "sha256-NviB3C+YApOo3WGQ1L8Qwyh8C9l8sCgaSA+xn2wYhjg="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp ]; dependencies = [ aiohttp ]; # Project has no tests doCheck = false; pythonImportsCheck = [ "pyrisco" ]; pythonImportsCheck = [ "pyrisco" ]; meta = with lib; { description = "Python interface to Risco alarm systems through Risco Cloud"; Loading Loading
pkgs/development/python-modules/pyrisco/default.nix +10 −15 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchFromGitHub , pythonOlder , setuptools { lib, aiohttp, buildPythonPackage, fetchFromGitHub, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -20,20 +21,14 @@ buildPythonPackage rec { hash = "sha256-NviB3C+YApOo3WGQ1L8Qwyh8C9l8sCgaSA+xn2wYhjg="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp ]; dependencies = [ aiohttp ]; # Project has no tests doCheck = false; pythonImportsCheck = [ "pyrisco" ]; pythonImportsCheck = [ "pyrisco" ]; meta = with lib; { description = "Python interface to Risco alarm systems through Risco Cloud"; Loading