nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.keepalive: mark brokenk for setuptools>=58

authored by

Jonathan Ringer and committed by
Martin Weinelt
42dea375 3ee71049

+1
+1
pkgs/development/python-modules/keepalive/default.nix
··· 19 19 description = "An HTTP handler for `urllib2` that supports HTTP 1.1 and keepalive"; 20 20 homepage = "https://github.com/wikier/keepalive"; 21 21 license = licenses.asl20; 22 + broken = true; # uses use_2to3, which is no longer supported for setuptools>=58 22 23 }; 23 24 24 25 }