From 73c4e23a942641cd5f61f4661e192cf3890bb888 Mon Sep 17 00:00:00 2001 From: Jeroen Ploemen <jcfp@debian.org> Date: Tue, 15 Oct 2024 12:05:33 +0200 Subject: [PATCH] Control: add build-dep on python3-setuptools. (Closes: #1080773) --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2855e08..9322c96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-re-assert (1.1.0-3) UNRELEASED; urgency=medium + + * Control: add build-dep on python3-setuptools. (Closes: #1080773) + + -- Jeroen Ploemen <jcfp@debian.org> Tue, 15 Oct 2024 10:05:15 +0000 + python-re-assert (1.1.0-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index dda01de..607c9ba 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: python3-all, python3-pytest, python3-regex, + python3-setuptools, Standards-Version: 4.7.0 Homepage: https://github.com/asottile/re-assert Rules-Requires-Root: no -- GitLab