From 85538dc908c1bd2a899994a40ce9abe875615842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sun, 18 Jan 2026 15:22:41 +0100 Subject: [PATCH] python3Packages.pendulum: remove superfluous pythonOlder --- pkgs/development/python-modules/pendulum/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/pendulum/default.nix b/pkgs/development/python-modules/pendulum/default.nix index b6472c24528d..2a30200bf269 100644 --- a/pkgs/development/python-modules/pendulum/default.nix +++ b/pkgs/development/python-modules/pendulum/default.nix @@ -3,8 +3,6 @@ stdenv, buildPythonPackage, fetchFromGitHub, - fetchpatch, - pythonOlder, isPyPy, # build-system @@ -15,7 +13,6 @@ iconv, # dependencies - importlib-resources, python-dateutil, time-machine, tzdata, @@ -58,9 +55,6 @@ buildPythonPackage rec { ] ++ lib.optionals (!isPyPy) [ time-machine - ] - ++ lib.optionals (pythonOlder "3.9") [ - importlib-resources ]; pythonImportsCheck = [ "pendulum" ];