Unverified Commit 20bafcaa authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.matplotlib: remove superfluous pythonOlder (#479733)

parents 41734ea8 b099b57c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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