Loading pkgs/development/python-modules/peco/default.nix +10 −13 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchPypi , pydantic , pythonOlder , setuptools { lib, aiohttp, buildPythonPackage, fetchPypi, pydantic, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -19,9 +20,7 @@ buildPythonPackage rec { hash = "sha256-a3MPqtbDftbLGtpJ66CFVC5wJFa9L3dqOKPfBZCaHpM="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading @@ -31,9 +30,7 @@ buildPythonPackage rec { # Module has no tests doCheck = false; pythonImportsCheck = [ "peco" ]; pythonImportsCheck = [ "peco" ]; meta = with lib; { description = "Library for interacting with the PECO outage map"; Loading Loading
pkgs/development/python-modules/peco/default.nix +10 −13 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , fetchPypi , pydantic , pythonOlder , setuptools { lib, aiohttp, buildPythonPackage, fetchPypi, pydantic, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -19,9 +20,7 @@ buildPythonPackage rec { hash = "sha256-a3MPqtbDftbLGtpJ66CFVC5wJFa9L3dqOKPfBZCaHpM="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading @@ -31,9 +30,7 @@ buildPythonPackage rec { # Module has no tests doCheck = false; pythonImportsCheck = [ "peco" ]; pythonImportsCheck = [ "peco" ]; meta = with lib; { description = "Library for interacting with the PECO outage map"; Loading