python3Packages.pendulum: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:52 +01:00
parent 465d0d8295
commit 85538dc908
@@ -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" ];