pythonPackages.cot: remove unused inputs

This commit is contained in:
Sandro Jäckel 2021-03-02 16:57:01 +01:00
parent 238ce01f85
commit 56c756d851
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,13 +1,12 @@
{ lib, stdenv, buildPythonPackage, fetchPypi, pythonOlder, isPy3k
, argcomplete, colorlog, pyvmomi, requests, verboselogs
, colorlog, pyvmomi, requests, verboselogs
, psutil, pyopenssl, setuptools
, mock, pytest, pytest-mock, pytestCheckHook, qemu
, mock, pytest-mock, pytestCheckHook, qemu
}:
buildPythonPackage rec {
pname = "cot";
version = "2.2.1";
disabled = !isPy3k;
src = fetchPypi {