>From f69c58eda0492a21cd760249e1fe1eda32aa4685 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@debian.org>
Date: Tue, 21 Jan 2025 10:47:19 +0000
Subject: [PATCH] d/control: Remove transitional dependency on
 python3-setuptools

As proposed in #1080921, etc.
---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index c8412b1..bd87458 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,6 @@ Package: dh-python
 Architecture: all
 Multi-Arch: foreign
 Depends:
-# depend on setuptools to help packages migrate from distutils. Remove once 3.12 is default
- python3-setuptools,
  ${misc:Depends},
  ${python3:Depends},
 Provides:
-- 
2.47.1

