summary refs log tree commit diff
path: root/pkgs/development/python-modules/aiodns
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-24 17:45:56 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:45 +0200
commit1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9 (patch)
tree328be9ccb89f012f1d33e1b7ff769c51f7e3885b /pkgs/development/python-modules/aiodns
parentfaca29912913a4dafcf381952a5fed5f29002482 (diff)
downloadnixpkgs-1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9.tar
nixpkgs-1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9.tar.gz
nixpkgs-1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9.tar.bz2
nixpkgs-1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9.tar.lz
nixpkgs-1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9.tar.xz
nixpkgs-1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9.tar.zst
nixpkgs-1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9.zip
pythonPackages: move python 2 only expressions to python2-packages.nix
Diffstat (limited to 'pkgs/development/python-modules/aiodns')
-rw-r--r--pkgs/development/python-modules/aiodns/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aiodns/default.nix b/pkgs/development/python-modules/aiodns/default.nix
index 1adc6f81524..0a91efe7dde 100644
--- a/pkgs/development/python-modules/aiodns/default.nix
+++ b/pkgs/development/python-modules/aiodns/default.nix
@@ -1,5 +1,7 @@
 { lib, buildPythonPackage, fetchPypi, pythonOlder
-, isPy27, isPyPy, python, pycares, typing, trollius }:
+, isPy27, isPyPy, python, pycares, typing
+, trollius ? null
+}:
 
 buildPythonPackage rec {
   pname = "aiodns";