Loading pkgs/development/python-modules/amcrest/default.nix +14 −15 Original line number Diff line number Diff line { lib , argcomplete , buildPythonPackage , fetchFromGitHub , mock , httpx , pytestCheckHook , pythonOlder , requests , responses , urllib3 , typing-extensions { lib, argcomplete, buildPythonPackage, fetchFromGitHub, mock, httpx, pytestCheckHook, pythonOlder, requests, responses, urllib3, typing-extensions, }: buildPythonPackage rec { Loading Loading @@ -40,9 +41,7 @@ buildPythonPackage rec { responses ]; pythonImportsCheck = [ "amcrest" ]; pythonImportsCheck = [ "amcrest" ]; meta = with lib; { description = "Python module for Amcrest and Dahua Cameras"; Loading Loading
pkgs/development/python-modules/amcrest/default.nix +14 −15 Original line number Diff line number Diff line { lib , argcomplete , buildPythonPackage , fetchFromGitHub , mock , httpx , pytestCheckHook , pythonOlder , requests , responses , urllib3 , typing-extensions { lib, argcomplete, buildPythonPackage, fetchFromGitHub, mock, httpx, pytestCheckHook, pythonOlder, requests, responses, urllib3, typing-extensions, }: buildPythonPackage rec { Loading Loading @@ -40,9 +41,7 @@ buildPythonPackage rec { responses ]; pythonImportsCheck = [ "amcrest" ]; pythonImportsCheck = [ "amcrest" ]; meta = with lib; { description = "Python module for Amcrest and Dahua Cameras"; Loading