pythonPackages.capturer: remove unused inputs

This commit is contained in:
Sandro Jäckel
2021-07-22 11:20:44 -07:00
committed by Jonathan Ringer
parent eed26c83ce
commit 704e66cd83
@@ -1,4 +1,4 @@
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, humanfriendly, pytestCheckHook, pytest-cov }:
{ stdenv, lib, buildPythonPackage, fetchFromGitHub, humanfriendly, pytestCheckHook }:
buildPythonPackage rec {
pname = "capturer";