diff --git a/pkgs/development/python-modules/pendulum/default.nix b/pkgs/development/python-modules/pendulum/default.nix index b6472c24528d..2a30200bf269 100644 --- a/pkgs/development/python-modules/pendulum/default.nix +++ b/pkgs/development/python-modules/pendulum/default.nix @@ -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" ];