python313Packages.cachecontrol: remove disabled

Changed files
-3
pkgs
development
python-modules
cachecontrol
-3
pkgs/development/python-modules/cachecontrol/default.nix
··· 8 8 mock, 9 9 msgpack, 10 10 pytestCheckHook, 11 - pythonOlder, 12 11 redis, 13 12 requests, 14 13 }: ··· 17 16 pname = "cachecontrol"; 18 17 version = "0.14.3"; 19 18 pyproject = true; 20 - 21 - disabled = pythonOlder "3.8"; 22 19 23 20 __darwinAllowLocalNetworking = true; 24 21