python3Packages.automate-home: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:37:22 +01:00
parent 3b27e8bb54
commit c35ee0149e
@@ -8,7 +8,6 @@
hiredis,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
pytz,
pyyaml,
setuptools,
@@ -20,7 +19,7 @@ buildPythonPackage rec {
pyproject = true;
# Typing issue
disabled = pythonOlder "3.8" || pythonAtLeast "3.12";
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;