From cf3bc4aae15cea1fc9d053c79afa4b30404c6957 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 28 Jul 2025 14:52:29 -0700 Subject: [PATCH] d/control: Drop dependency on python3-setuptools-git Tests: - Build a Debian package before and after the patch and notice that binary packages have no differences when compared with diffoscope. Source packages show only the change in the patch but no other change. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index cf2b49baf..8de9434d1 100644 --- a/debian/control +++ b/debian/control @@ -50,7 +50,6 @@ Build-Depends: python3-requests, python3-ruamel.yaml, python3-setuptools, - python3-setuptools-git, python3-systemd, python3-typeshed, python3-yaml,