Scrub Obsolete - ssh-import-id

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 2f0e8d2..a929583 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ssh-import-id (5.10-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on python3-requests.
+    + ssh-import-id: Drop versioned constraint on python3-requests in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 26 Jul 2022 07:56:54 -0000
+
 ssh-import-id (5.10-1) unstable; urgency=medium
 
   * New upstream release (Closes: #953243).
diff --git a/debian/control b/debian/control
index b379b65..05753e9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10),
                dh-python,
                python3-all,
                python3-distro,
-               python3-requests (>= 1.1.0),
+               python3-requests,
                python3-setuptools
 Standards-Version: 4.5.0
 Homepage: http://launchpad.net/ssh-import-id
@@ -17,7 +17,7 @@ Package: ssh-import-id
 Architecture: all
 Depends: ca-certificates,
          openssh-client,
-         python3-requests (>= 1.1.0),
+         python3-requests,
          python3-distro,
          wget,
          ${misc:Depends},

Run locally

More details

Full run details