python313Packages.cachecontrol: remove disabled

This commit is contained in:
Robert Schütz
2025-05-12 12:54:14 -07:00
parent 87d1ccc7c3
commit bc4da83c8d

View File

@@ -8,7 +8,6 @@
mock,
msgpack,
pytestCheckHook,
pythonOlder,
redis,
requests,
}:
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "0.14.3";
pyproject = true;
disabled = pythonOlder "3.8";
__darwinAllowLocalNetworking = true;
src = fetchFromGitHub {