mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 02:20:36 +00:00
python313Packages.cachecontrol: remove disabled
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user