Skip to content
Snippets Groups Projects
Commit e4a694ba authored by Debian Janitor's avatar Debian Janitor
Browse files

Remove constraints unnecessary since buster (oldstable)

* Build-Depends: Drop versioned constraint on python3, python3-authres and python3-dnspython.
* dkimpy-milter: Drop versioned constraint on python3-authres and python3-dnspython in Depends.

Changes-By: deb-scrub-obsolete
parent 50298d95
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,11 @@ dkimpy-milter (1.2.2-3) UNRELEASED; urgency=medium ...@@ -4,6 +4,11 @@ dkimpy-milter (1.2.2-3) UNRELEASED; urgency=medium
* Set upstream metadata fields: Repository-Browse. * Set upstream metadata fields: Repository-Browse.
* Changed vcs type from git to Git based on URL. * Changed vcs type from git to Git based on URL.
* Update standards version to 4.6.1, no changes needed. * Update standards version to 4.6.1, no changes needed.
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on python3, python3-authres and
python3-dnspython.
+ dkimpy-milter: Drop versioned constraint on python3-authres and
python3-dnspython in Depends.
-- Debian Janitor <janitor@jelmer.uk> Fri, 23 Sep 2022 10:18:23 -0000 -- Debian Janitor <janitor@jelmer.uk> Fri, 23 Sep 2022 10:18:23 -0000
......
...@@ -5,10 +5,10 @@ Maintainer: Scott Kitterman <scott@kitterman.com> ...@@ -5,10 +5,10 @@ Maintainer: Scott Kitterman <scott@kitterman.com>
Uploaders: Debian Python Team <team+python@tracker.debian.org> Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
dh-python, dh-python,
python3 (>= 3.3), python3,
python3-authres (>= 1.1), python3-authres,
python3-dkim (>= 1.0), python3-dkim (>= 1.0),
python3-dnspython (>= 1.16.0) | python3-dns, python3-dnspython | python3-dns,
python3-milter, python3-milter,
python3-nacl, python3-nacl,
python3-setuptools python3-setuptools
...@@ -21,9 +21,9 @@ Package: dkimpy-milter ...@@ -21,9 +21,9 @@ Package: dkimpy-milter
Architecture: all Architecture: all
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Depends: adduser, Depends: adduser,
python3-authres (>= 1.1), python3-authres,
python3-dkim (>= 1.0), python3-dkim (>= 1.0),
python3-dnspython (>=1.16.0) | python3-dns, python3-dnspython | python3-dns,
python3-milter, python3-milter,
python3-nacl, python3-nacl,
python3-pkg-resources, python3-pkg-resources,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment