python3Packages.pillow: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:45:20 +01:00
parent 306b378ad0
commit ca2a035c31
@@ -2,7 +2,6 @@
lib,
stdenv,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
# build-system
@@ -26,7 +25,6 @@
# optional dependencies
defusedxml,
olefile,
typing-extensions,
# tests
numpy,
@@ -100,7 +98,6 @@ buildPythonPackage rec {
optional-dependencies = {
fpx = [ olefile ];
mic = [ olefile ];
typing = lib.optionals (pythonOlder "3.10") [ typing-extensions ];
xmp = [ defusedxml ];
};