Loading pkgs/development/python-modules/youless-api/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , requests , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { Loading @@ -21,21 +22,13 @@ buildPythonPackage rec { hash = "sha256-J3YRRVcA4LYxuJMi//LJO8Qt8hapJruZGzONODE3SsQ="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests ]; dependencies = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "youless_api" ]; pythonImportsCheck = [ "youless_api" ]; meta = with lib; { description = "Python library for YouLess sensors"; Loading Loading
pkgs/development/python-modules/youless-api/default.nix +12 −19 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , requests , setuptools { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, requests, setuptools, }: buildPythonPackage rec { Loading @@ -21,21 +22,13 @@ buildPythonPackage rec { hash = "sha256-J3YRRVcA4LYxuJMi//LJO8Qt8hapJruZGzONODE3SsQ="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ requests ]; dependencies = [ requests ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "youless_api" ]; pythonImportsCheck = [ "youless_api" ]; meta = with lib; { description = "Python library for YouLess sensors"; Loading