From 65ae69320d0d52f47565ae462b103ef7fca7a52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 17 Jan 2026 16:51:45 +0100 Subject: [PATCH] python3Packages.python-miio: remove superfluous pythonOlder --- pkgs/development/python-modules/python-miio/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/python-miio/default.nix b/pkgs/development/python-modules/python-miio/default.nix index 12b8e76d37a9..0deb0563e8b5 100644 --- a/pkgs/development/python-modules/python-miio/default.nix +++ b/pkgs/development/python-modules/python-miio/default.nix @@ -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