Skip to content

Commit

Permalink
remove unused pythonPackages.requests_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Oct 22, 2017
1 parent 85143e2 commit c5ce2b5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -18547,22 +18547,6 @@ in {
};
};

# Remove before release of 17.09
requests_1 = buildPythonPackage rec {
name = "requests-1.2.3";
disabled = !pythonOlder "3.4";

src = pkgs.fetchurl {
url = "mirror://pypi/r/requests/${name}.tar.gz";
sha256 = "156bf3ec27ba9ec7e0cf8fbe02808718099d218de403eb64a714d73ba1a29ab1";
};

meta = {
description = "An Apache2 licensed HTTP library, written in Python, for human beings";
homepage = http://docs.python-requests.org/en/latest/;
};
};

requests2 = throw "requests2 has been deprecated. Use requests instead.";

# use requests, not requests_2
Expand Down

0 comments on commit c5ce2b5

Please sign in to comment.