From 79b572503f646ab0dd62b19dc2f90b7ca2e43c43 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Thu, 6 Feb 2025 22:50:00 +0100 Subject: [PATCH] debian/tests/control: depend on python3-setuptools --- debian/tests/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 6968af4..a91e545 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,9 @@ Tests: unittest -Depends: bdebstrap, mypy, pylint (>= 2.2.2-2~) | pylint3, python3-typeshed +Depends: bdebstrap, + mypy, + pylint (>= 2.2.2-2~) | pylint3, + python3-setuptools, + python3-typeshed Restrictions: allow-stderr Test-Command: ./system-testing bdebstrap