about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-jsonrpc-server
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/python-jsonrpc-server
parentfaca29912913a4dafcf381952a5fed5f29002482 (diff)
pythonPackages: move python 2 only expressions to python2-packages.nix
Diffstat (limited to 'pkgs/development/python-modules/python-jsonrpc-server')
-rw-r--r--pkgs/development/python-modules/python-jsonrpc-server/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-jsonrpc-server/default.nix b/pkgs/development/python-modules/python-jsonrpc-server/default.nix
index 53dab817eb275..e641a943f8653 100644
--- a/pkgs/development/python-modules/python-jsonrpc-server/default.nix
+++ b/pkgs/development/python-modules/python-jsonrpc-server/default.nix
@@ -1,6 +1,6 @@
 { lib, buildPythonPackage, fetchFromGitHub, pythonOlder
 , pytestCheckHook, mock, pytestcov, coverage
-, future, futures, ujson, isPy38
+, future, futures ? null, ujson, isPy38
 }:
 
 buildPythonPackage rec {