pythonPackages.tornado: use latest backports_ssl_match_hostname

This commit is contained in:
Frederik Rietdijk 2016-09-19 11:47:04 +02:00
parent 61859b9d59
commit 92a7135c16

View file

@ -26154,7 +26154,7 @@ in modules // {
name = "tornado-${version}";
version = "4.4.1";
propagatedBuildInputs = with self; [ backports_abc backports_ssl_match_hostname_3_4_0_2 certifi singledispatch ];
propagatedBuildInputs = with self; [ backports_abc backports_ssl_match_hostname certifi singledispatch ];
# We specify the name of the test files to prevent
# https://github.com/NixOS/nixpkgs/issues/14634