From 7ffceffe0594968611d4b08eab8ee873c0cbcb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sun, 18 Jan 2026 15:19:14 +0100 Subject: [PATCH] python3Packages.iso4217: remove superfluous pythonOlder --- pkgs/development/python-modules/iso4217/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/iso4217/default.nix b/pkgs/development/python-modules/iso4217/default.nix index 92f1ec0d685d..1750ab27d75d 100644 --- a/pkgs/development/python-modules/iso4217/default.nix +++ b/pkgs/development/python-modules/iso4217/default.nix @@ -3,10 +3,8 @@ buildPythonPackage, fetchFromGitHub, fetchurl, - importlib-resources, pytestCheckHook, python, - pythonOlder, setuptools, }: let @@ -30,8 +28,6 @@ buildPythonPackage rec { build-system = [ setuptools ]; - dependencies = lib.optionals (pythonOlder "3.9") [ importlib-resources ]; - nativeCheckInputs = [ pytestCheckHook ]; preBuild = ''