From 216e84884fdcc5bf30d8eb3d12c1c1b96fb71dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 17 Jan 2026 16:46:10 +0100 Subject: [PATCH] python3Packages.gptcache: remove superfluous pythonOlder --- pkgs/development/python-modules/gptcache/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/gptcache/default.nix b/pkgs/development/python-modules/gptcache/default.nix index 7b79d8d9d261..2815ecef5615 100644 --- a/pkgs/development/python-modules/gptcache/default.nix +++ b/pkgs/development/python-modules/gptcache/default.nix @@ -4,7 +4,6 @@ fetchFromGitHub, cachetools, numpy, - pythonOlder, redis, redis-om, requests, @@ -15,8 +14,6 @@ buildPythonPackage rec { version = "0.1.44"; format = "setuptools"; - disabled = pythonOlder "3.8.1"; - src = fetchFromGitHub { owner = "zilliztech"; repo = "GPTCache";