From 4b9c3d465fe61f624d7c851f2a2ec1bcbd535b18 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Sat, 20 Mar 2021 20:01:17 +0100 Subject: pythonPackages.cachetools: dropped support for Python 2.7 --- pkgs/development/python-modules/cachetools/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/python-modules/cachetools') diff --git a/pkgs/development/python-modules/cachetools/default.nix b/pkgs/development/python-modules/cachetools/default.nix index 120fd5df124b7..a160c5ea94c54 100644 --- a/pkgs/development/python-modules/cachetools/default.nix +++ b/pkgs/development/python-modules/cachetools/default.nix @@ -1,5 +1,6 @@ { lib , buildPythonPackage +, isPy27 , fetchFromGitHub , pytestCheckHook }: @@ -8,6 +9,8 @@ buildPythonPackage rec { pname = "cachetools"; version = "4.2.1"; + disabled = isPy27; + src = fetchFromGitHub { owner = "tkem"; repo = pname; -- cgit 1.4.1