python3Packages.python-miio: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:13 +01:00
parent 1649b8e020
commit 65ae69320d
@@ -11,14 +11,12 @@
defusedxml,
fetchPypi,
fetchpatch,
importlib-metadata,
micloud,
netifaces,
poetry-core,
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonOlder,
pytz,
pyyaml,
tqdm,
@@ -67,8 +65,7 @@ buildPythonPackage rec {
pyyaml
tqdm
zeroconf
]
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
];
nativeCheckInputs = [
pytest-asyncio