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

@@ -1,5 +1,5 @@
{ stdenv, buildPythonPackage, fetchPypi
, isPy33, isPy27, isPyPy, python, pycares, typing, asyncio, trollius }:
, isPy27, isPyPy, python, pycares, typing, trollius }:
buildPythonPackage rec {
pname = "aiodns";