summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a33c973..ee6f725 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-apt (2.7.7) unstable; urgency=medium
+
+ * Remove obsolete python3-distutils build-depends (Closes: #1065922)
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 22 Mar 2024 23:25:32 +0100
+
python-apt (2.7.6) unstable; urgency=medium
[ Ravi Kant Sharma ]
diff --git a/debian/control b/debian/control
index b64ee47..4be4136 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: apt (>= 1.0.9.4),
libapt-pkg-dev (>= 2.7.11~),
python3-all (>= 3.11),
python3-all-dev (>= 3.3),
- python3-distutils,
python3-distutils-extra (>= 2.0),
python3-setuptools,
python3-sphinx (>= 0.5),