pkgs.development.python-modules: remove unused args

This commit is contained in:
Markus S. Wamser
2021-11-12 10:22:34 +01:00
committed by Jonathan Ringer
parent 3f5767d09e
commit 2043dbb6fa
321 changed files with 90 additions and 426 deletions
@@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, pythonOlder
, isPy27
, aenum
, wrapt
, typing ? null
@@ -12,7 +11,7 @@
, hypothesis
, future
, pytest
, pytest-timeout }:
}:
buildPythonPackage rec {
pname = "python-can";