pythonPackages.respx: remove unused inputs

This commit is contained in:
Sandro Jäckel
2021-02-17 14:11:53 +01:00
parent d3b853e174
commit b1b8d3b755
@@ -1,5 +1,4 @@
{ lib { lib
, attrs
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, httpcore , httpcore
@@ -8,7 +7,6 @@
, pytest-cov , pytest-cov
, pytestCheckHook , pytestCheckHook
, trio , trio
, xmltodict
}: }:
buildPythonPackage rec { buildPythonPackage rec {