diff --git a/pkgs/development/python-modules/jaraco-net/default.nix b/pkgs/development/python-modules/jaraco-net/default.nix index fb194cae82b6..5936a0172405 100644 --- a/pkgs/development/python-modules/jaraco-net/default.nix +++ b/pkgs/development/python-modules/jaraco-net/default.nix @@ -25,7 +25,6 @@ ifconfig-parser, pytestCheckHook, cherrypy, - importlib-resources, pyparsing, pytest-responses, net-tools, @@ -74,7 +73,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook cherrypy - importlib-resources pyparsing pytest-responses ]