forked from mirrors/nixpkgs
python tornado_3: Remove old version
This version isn't used anymore.
This commit is contained in:
parent
f02e32d6c6
commit
401da78b5d
|
@ -16872,19 +16872,6 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove tornado 3.x once pythonPackages.thumbor is updated to 5.x
|
|
||||||
tornado_3 = buildPythonPackage rec {
|
|
||||||
name = "tornado-3.2.2";
|
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ backports_ssl_match_hostname_3_4_0_2 ];
|
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
|
||||||
url = "https://pypi.python.org/packages/source/t/tornado/${name}.tar.gz";
|
|
||||||
sha256 = "13mq6nx98999zql8p2zlg4sj2hr2sxq9w11mqzi7rjfjs0z2sn8i";
|
|
||||||
};
|
|
||||||
|
|
||||||
doCheck = false;
|
|
||||||
};
|
|
||||||
tornado = buildPythonPackage rec {
|
tornado = buildPythonPackage rec {
|
||||||
name = "tornado-${version}";
|
name = "tornado-${version}";
|
||||||
version = "4.2.1";
|
version = "4.2.1";
|
||||||
|
|
Loading…
Reference in a new issue