summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiodns
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-25 10:50:44 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-25 10:50:44 +0200
commit1dd0109c8c8ef61bd3fa985d4fe817e0c3d3c948 (patch)
treea1bc8278ddeae3655f14a1b463783b311a0c120e /pkgs/development/python-modules/aiodns
parent6806fb5e48d5727042cb3543311244d7153fc551 (diff)
downloadnixpkgs-1dd0109c8c8ef61bd3fa985d4fe817e0c3d3c948.tar
nixpkgs-1dd0109c8c8ef61bd3fa985d4fe817e0c3d3c948.tar.gz
nixpkgs-1dd0109c8c8ef61bd3fa985d4fe817e0c3d3c948.tar.bz2
nixpkgs-1dd0109c8c8ef61bd3fa985d4fe817e0c3d3c948.tar.lz
nixpkgs-1dd0109c8c8ef61bd3fa985d4fe817e0c3d3c948.tar.xz
nixpkgs-1dd0109c8c8ef61bd3fa985d4fe817e0c3d3c948.tar.zst
nixpkgs-1dd0109c8c8ef61bd3fa985d4fe817e0c3d3c948.zip
pythonPackages: remove traces of Python 2.6
Diffstat (limited to 'pkgs/development/python-modules/aiodns')
-rw-r--r--pkgs/development/python-modules/aiodns/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/aiodns/default.nix b/pkgs/development/python-modules/aiodns/default.nix
index 50e70d87f9f..204f7bfc0df 100644
--- a/pkgs/development/python-modules/aiodns/default.nix
+++ b/pkgs/development/python-modules/aiodns/default.nix
@@ -1,5 +1,5 @@
 { stdenv, buildPythonPackage, fetchPypi
-, isPy33, isPy26, isPy27, isPyPy, python, pycares, asyncio, trollius }:
+, isPy33, isPy27, isPyPy, python, pycares, asyncio, trollius }:
 
 buildPythonPackage rec {
   pname = "aiodns";
@@ -10,9 +10,9 @@ buildPythonPackage rec {
     sha256 = "d8677adc679ce8d0ef706c14d9c3d2f27a0e0cc11d59730cdbaf218ad52dd9ea";
   };
 
-  propagatedBuildInputs = with stdenv.lib; [ pycares ] 
-    ++ optional isPy33 asyncio 
-    ++ optional (isPy26 || isPy27 || isPyPy) trollius;
+  propagatedBuildInputs = with stdenv.lib; [ pycares ]
+    ++ optional isPy33 asyncio
+    ++ optional (isPy27 || isPyPy) trollius;
 
   checkPhase = ''
     ${python.interpreter} tests.py