Scrub Obsolete - pytest-salt

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index b63e49b..ae96633 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pytest-salt (2019.6.13-2) UNRELEASED; urgency=medium
+
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Drop versioned constraint on python3-psutil and
+      python3-pytest.
+    + python3-pytestsalt: Drop versioned constraint on python3-psutil and
+      python3-pytest in Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 09 Sep 2022 07:16:02 -0000
+
 pytest-salt (2019.6.13-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/control b/debian/control
index 9545867..dfbc3eb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Priority: optional
 Build-Depends: debhelper-compat (= 12),
                dh-python,
                python3,
-               python3-psutil (>= 4.2.0),
-               python3-pytest (>= 2.8.1),
+               python3-psutil,
+               python3-pytest,
                python3-pytest-helpers-namespace,
                python3-pytest-tempdir,
                python3-setuptools
@@ -20,8 +20,8 @@ Vcs-Git: https://salsa.debian.org/salt-team/pytest-salt.git
 
 Package: python3-pytestsalt
 Architecture: all
-Depends: python3-psutil (>= 4.2.0),
-         python3-pytest (>= 2.8.1),
+Depends: python3-psutil,
+         python3-pytest,
          ${misc:Depends},
          ${python3:Depends}
 Description: PyTest plug-in for Salt daemons to be used in tests

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Depends: python3-psutil (>= 4.2.0), python3-pytest (>= 2.8.1), python3-psutil, python3-pytest, python3-pytest-helpers-namespace, python3-pytest-tempdir, python3:any (>= 3.5~)

Run locally

More details

Full run details