Remove constraints unnecessary since buster (oldstable)

* python3-pytest-mock: Drop versioned constraint on python3-pytest in Depends.

Changes-By: deb-scrub-obsolete
This commit is contained in:
Debian Janitor 2022-11-09 13:24:12 +00:00
parent ef3f42f438
commit c3dc59e9fb
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View file

@ -1,3 +1,11 @@
pytest-mock (3.8.2-3) UNRELEASED; urgency=medium
* Remove constraints unnecessary since buster (oldstable):
+ python3-pytest-mock: Drop versioned constraint on python3-pytest in
Depends.
-- Debian Janitor <janitor@jelmer.uk> Wed, 09 Nov 2022 13:24:12 -0000
pytest-mock (3.8.2-2) unstable; urgency=medium
* Team upload

2
debian/control vendored
View file

@ -23,7 +23,7 @@ Rules-Requires-Root: no
Package: python3-pytest-mock
Architecture: all
Depends: python3-pytest (>= 3.0.3) | python3-pytest (<< 3),
Depends: python3-pytest | python3-pytest (<< 3),
${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends}