From 95fc5507b78df8940ecc247bf780c9101045f34d Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 7 Aug 2026 08:04:51 +0200 Subject: [PATCH] python3Packages.testscenarios: Drop setuptools dependency setuptools isn't used, so drop it. Signed-off-by: Felix Singer --- pkgs/development/python-modules/testscenarios/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/testscenarios/default.nix b/pkgs/development/python-modules/testscenarios/default.nix index 1daf777f6ede..7cc142fd2344 100644 --- a/pkgs/development/python-modules/testscenarios/default.nix +++ b/pkgs/development/python-modules/testscenarios/default.nix @@ -5,7 +5,6 @@ # build-system pbr, - setuptools, # dependencies testtools, @@ -32,7 +31,6 @@ buildPythonPackage rec { nativeBuildInputs = [ pbr - setuptools ]; propagatedBuildInputs = [