python3Packages.matplotlib: remove superfluous pythonOlder (#479733)

This commit is contained in:
Yohann Boniface
2026-01-13 22:35:22 +00:00
committed by GitHub
@@ -4,7 +4,6 @@
fetchPypi,
buildPythonPackage,
isPyPy,
pythonOlder,
# build-system
certifi,
@@ -39,9 +38,6 @@
pyparsing,
python-dateutil,
# optional
importlib-resources,
# GTK3
enableGtk3 ? false,
cairo,
@@ -145,7 +141,6 @@ buildPythonPackage rec {
pyparsing
python-dateutil
]
++ lib.optionals (pythonOlder "3.10") [ importlib-resources ]
++ lib.optionals enableGtk3 [
pycairo
pygobject3