pkgs.development.python-modules: remove unused args
This commit is contained in:
committed by
Jonathan Ringer
parent
3f5767d09e
commit
2043dbb6fa
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user