Loading pkgs/development/python-modules/automate-home/default.nix +8 −6 Original line number Diff line number Diff line { lib, aioredis, apscheduler, buildPythonPackage, ephem, fetchPypi, hiredis, pytestCheckHook, pythonAtLeast, pythonOlder, apscheduler, hiredis, aioredis, ephem, setuptools, pytz, pyyaml, setuptools, }: buildPythonPackage rec { Loading @@ -18,7 +19,8 @@ buildPythonPackage rec { version = "0.9.1"; pyproject = true; disabled = pythonOlder "3.8"; # Typing issue disabled = pythonOlder "3.8" || pythonAtLeast "3.12"; src = fetchPypi { inherit pname version; Loading Loading
pkgs/development/python-modules/automate-home/default.nix +8 −6 Original line number Diff line number Diff line { lib, aioredis, apscheduler, buildPythonPackage, ephem, fetchPypi, hiredis, pytestCheckHook, pythonAtLeast, pythonOlder, apscheduler, hiredis, aioredis, ephem, setuptools, pytz, pyyaml, setuptools, }: buildPythonPackage rec { Loading @@ -18,7 +19,8 @@ buildPythonPackage rec { version = "0.9.1"; pyproject = true; disabled = pythonOlder "3.8"; # Typing issue disabled = pythonOlder "3.8" || pythonAtLeast "3.12"; src = fetchPypi { inherit pname version; Loading