Unverified Commit 96576a6f authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

python3Packages.tzdata: remove superfluous pythonOlder

parent 020c7959
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -2,10 +2,8 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  importlib-resources,
  pytest-subtests,
  pytestCheckHook,
  pythonOlder,
  setuptools,
}:

@@ -24,8 +22,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    pytestCheckHook
    pytest-subtests
  ]
  ++ lib.optionals (pythonOlder "3.7") [ importlib-resources ];
  ];

  pythonImportsCheck = [ "tzdata" ];