summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Janitor <janitor@jelmer.uk>2022-10-31 06:44:27 +0000
committerDebian Janitor <janitor@jelmer.uk>2022-10-31 06:44:27 +0000
commitdf07884be9778061c1af0a83e9da77ecb323986b (patch)
treec79b6af0548eeca5e3112bc65bff36994025388d
parent65a292a0afd2bf4b3888d5fe0ca6024db10ac0bf (diff)
Remove constraints unnecessary since buster (oldstable)
* Build-Depends: Drop versioned constraint on libsodium-dev and python3. Changes-By: deb-scrub-obsolete
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ceaab34..4110b14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-libnacl (1.8.0-3) UNRELEASED; urgency=medium
+
+ * Remove constraints unnecessary since buster (oldstable):
+ + Build-Depends: Drop versioned constraint on libsodium-dev and python3.
+
+ -- Debian Janitor <janitor@jelmer.uk> Mon, 31 Oct 2022 06:44:27 -0000
+
python-libnacl (1.8.0-2) unstable; urgency=medium
[ Debian Janitor ]
diff --git a/debian/control b/debian/control
index fc20549..38ee287 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
- libsodium-dev (>= 1.0.15),
+ libsodium-dev,
pkg-config,
- python3 (>= 3.1.2-8~),
+ python3,
python3-all,
python3-pytest,
python3-setuptools,