Skip to content

Commit

Permalink
pythonPackages.async: uninit because deprecated
Browse files Browse the repository at this point in the history
Citing from PyPI:
DEPRECATION NOTE: Please do not use this library ! It’s not working correctly in python 3, and besides that might be called a failed experiment.
  • Loading branch information
Robert Schütz committed Mar 4, 2018
1 parent b1d7d13 commit 33e1699
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -630,20 +630,6 @@ in {

arrow = callPackage ../development/python-modules/arrow { };

async = buildPythonPackage rec {
name = "async-0.6.1";
disabled = isPy3k;
meta.maintainers = with maintainers; [ ];

buildInputs = with self; [ pkgs.zlib ];
doCheck = false;

src = pkgs.fetchurl {
url = "mirror://pypi/a/async/${name}.tar.gz";
sha256 = "1lfmjm8apy9qpnpbq8g641fd01qxh9jlya5g2d6z60vf8p04rla1";
};
};

asynctest = callPackage ../development/python-modules/asynctest { };

async-timeout = callPackage ../development/python-modules/async_timeout { };
Expand Down

0 comments on commit 33e1699

Please sign in to comment.