remove unused pythonPackages.requests_1

This commit is contained in:
Pascal Wittmann 2017-10-22 11:15:56 +02:00
parent 6d86fcb86d
commit db4b872d53
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -18313,22 +18313,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