python3Packages.gptcache: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:11 +01:00
parent c88c31d4c4
commit 216e84884f
@@ -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";