From 0671a1d4777376953323867475c8c0e46a4aea1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 15 Jul 2026 13:42:05 -0700 Subject: [PATCH] python3Packages.jaraco-net: drop superfluous dependency --- pkgs/development/python-modules/jaraco-net/default.nix | 2 -- 1 file changed, 2 deletions(-) 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 ]