Loading pkgs/development/python-modules/automate-home/default.nix +16 −21 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonOlder , apscheduler , hiredis , aioredis , ephem , setuptools , pytz , pyyaml { lib, buildPythonPackage, fetchPypi, pytestCheckHook, pythonOlder, apscheduler, hiredis, aioredis, ephem, setuptools, pytz, pyyaml, }: buildPythonPackage rec { Loading @@ -31,9 +32,7 @@ buildPythonPackage rec { --replace-fail "aioredis==1.3.1" "aioredis" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ apscheduler Loading @@ -44,13 +43,9 @@ buildPythonPackage rec { pyyaml ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "home" ]; pythonImportsCheck = [ "home" ]; meta = with lib; { description = "Python module to automate (home) devices"; Loading Loading
pkgs/development/python-modules/automate-home/default.nix +16 −21 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pytestCheckHook , pythonOlder , apscheduler , hiredis , aioredis , ephem , setuptools , pytz , pyyaml { lib, buildPythonPackage, fetchPypi, pytestCheckHook, pythonOlder, apscheduler, hiredis, aioredis, ephem, setuptools, pytz, pyyaml, }: buildPythonPackage rec { Loading @@ -31,9 +32,7 @@ buildPythonPackage rec { --replace-fail "aioredis==1.3.1" "aioredis" ''; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ apscheduler Loading @@ -44,13 +43,9 @@ buildPythonPackage rec { pyyaml ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "home" ]; pythonImportsCheck = [ "home" ]; meta = with lib; { description = "Python module to automate (home) devices"; Loading