diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -1770,7 +1770,6 @@ self: super: { self."supervisor" self."tempita" self."translationstring" - self."trollius" self."urllib3" self."urlobject" self."venusian" @@ -2059,20 +2058,6 @@ self: super: { license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ]; }; }; - "trollius" = super.buildPythonPackage { - name = "trollius-1.0.4"; - doCheck = false; - propagatedBuildInputs = [ - self."futures" - ]; - src = fetchurl { - url = "https://files.pythonhosted.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz"; - sha256 = "0xny8y12x3wrflmyn6xi8a7n3m3ac80fgmgzphx5jbbaxkjcm148"; - }; - meta = { - license = [ pkgs.lib.licenses.asl20 ]; - }; - }; "tzlocal" = super.buildPythonPackage { name = "tzlocal-1.5.1"; doCheck = false; diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -83,7 +83,6 @@ subprocess32==3.5.2 supervisor==3.3.4 tempita==0.5.2 translationstring==1.3 -trollius==1.0.4 urllib3==1.21 urlobject==2.4.3 venusian==1.1.0