tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.cachecontrol: remove disabled
Robert Schütz
10 months ago
bc4da83c
87d1ccc7
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
cachecontrol
default.nix
-3
pkgs/development/python-modules/cachecontrol/default.nix
···
8
mock,
9
msgpack,
10
pytestCheckHook,
11
-
pythonOlder,
12
redis,
13
requests,
14
}:
···
17
pname = "cachecontrol";
18
version = "0.14.3";
19
pyproject = true;
20
-
21
-
disabled = pythonOlder "3.8";
22
23
__darwinAllowLocalNetworking = true;
24
···
8
mock,
9
msgpack,
10
pytestCheckHook,
0
11
redis,
12
requests,
13
}:
···
16
pname = "cachecontrol";
17
version = "0.14.3";
18
pyproject = true;
0
0
19
20
__darwinAllowLocalNetworking = true;
21