pkgs.development.python-modules: remove unused args

This commit is contained in:
Markus S. Wamser
2021-11-12 19:10:54 -08:00
committed by Jonathan Ringer
parent 3f5767d09e
commit 2043dbb6fa
321 changed files with 90 additions and 426 deletions
@@ -1,7 +1,6 @@
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder
, pytestCheckHook, mock, pytest-cov, coverage
, future, futures ? null, ujson, isPy38
}:
, future, futures ? null, ujson}:
buildPythonPackage rec {
pname = "python-jsonrpc-server";