Loading pkgs/development/python-modules/pyezviz/default.nix +13 −16 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , paho-mqtt , pandas , pycryptodome , pythonOlder , requests , setuptools , xmltodict { lib, buildPythonPackage, fetchFromGitHub, paho-mqtt, pandas, pycryptodome, pythonOlder, requests, setuptools, xmltodict, }: buildPythonPackage rec { Loading @@ -24,9 +25,7 @@ buildPythonPackage rec { hash = "sha256-ngQu9g0qvJ3zDaTdGqJDGRoMhnGYdp5jHDoPiuXOwGs="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ paho-mqtt Loading @@ -39,9 +38,7 @@ buildPythonPackage rec { # Project has no tests. test_cam_rtsp.py is more a sample for using the module doCheck = false; pythonImportsCheck = [ "pyezviz" ]; pythonImportsCheck = [ "pyezviz" ]; meta = with lib; { description = "Python interface for for Ezviz cameras"; Loading Loading
pkgs/development/python-modules/pyezviz/default.nix +13 −16 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , paho-mqtt , pandas , pycryptodome , pythonOlder , requests , setuptools , xmltodict { lib, buildPythonPackage, fetchFromGitHub, paho-mqtt, pandas, pycryptodome, pythonOlder, requests, setuptools, xmltodict, }: buildPythonPackage rec { Loading @@ -24,9 +25,7 @@ buildPythonPackage rec { hash = "sha256-ngQu9g0qvJ3zDaTdGqJDGRoMhnGYdp5jHDoPiuXOwGs="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ paho-mqtt Loading @@ -39,9 +38,7 @@ buildPythonPackage rec { # Project has no tests. test_cam_rtsp.py is more a sample for using the module doCheck = false; pythonImportsCheck = [ "pyezviz" ]; pythonImportsCheck = [ "pyezviz" ]; meta = with lib; { description = "Python interface for for Ezviz cameras"; Loading