python3Packages.testscenarios: Drop setuptools dependency

setuptools isn't used, so drop it.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-08-07 08:04:51 +02:00
parent c32b01ce6d
commit 95fc5507b7

View File

@@ -5,7 +5,6 @@
# build-system
pbr,
setuptools,
# dependencies
testtools,
@@ -32,7 +31,6 @@ buildPythonPackage rec {
nativeBuildInputs = [
pbr
setuptools
];
propagatedBuildInputs = [