pkgs.development.python-modules: remove unused args
This commit is contained in:
committed by
Jonathan Ringer
parent
3f5767d09e
commit
2043dbb6fa
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy27, ci-info, ci-py, requests, pytest }:
|
||||
{ lib, buildPythonPackage, fetchPypi, isPy27, ci-info, ci-py, requests }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.2.1";
|
||||
|
||||
Reference in New Issue
Block a user