python.pkgs.asyncio: remove

> This version is only relevant for Python 3.3,
> which does not include asyncio in its stdlib.
We don't ship 3.3 anymore.
This commit is contained in:
Robert Schütz
2019-03-19 09:51:26 +01:00
parent 3172140c19
commit a4a61777e8
8 changed files with 6 additions and 37 deletions

View File

@@ -3,7 +3,6 @@
, fetchPypi
, eventlet
, trollius
, asyncio
, mock
, python
}:
@@ -17,7 +16,7 @@ buildPythonPackage rec {
sha256 = "cecb51ea220209e33b53cfb95124d90e4fcbee3ff8ba8a179a57120b8624b16a";
};
propagatedBuildInputs = [ eventlet trollius asyncio ];
propagatedBuildInputs = [ eventlet trollius ];
buildInputs = [ mock ];
# 2 tests error out