summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control12
2 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index b5ab002..dab9237 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ py-macaroon-bakery (1.3.1-2) UNRELEASED; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
+ * Remove constraints unnecessary since buster:
+ + Build-Depends: Drop versioned constraint on python3-nacl,
+ python3-protobuf, python3-pymacaroons, python3-requests, python3-rfc3339
+ and python3-six.
-- Debian Janitor <janitor@jelmer.uk> Fri, 13 Mar 2020 18:22:43 +0000
diff --git a/debian/control b/debian/control
index 0e61016..f8de49e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,14 +9,14 @@ Build-Depends: debhelper-compat (= 13),
python3-fixtures,
python3-httmock,
python3-mock,
- python3-nacl (>= 1.1.2),
+ python3-nacl,
python3-nose,
- python3-protobuf (>= 3.0.0),
- python3-pymacaroons (>= 0.12.0),
- python3-requests (>= 2.18.1),
- python3-rfc3339 (>= 1.0),
+ python3-protobuf,
+ python3-pymacaroons,
+ python3-requests,
+ python3-rfc3339,
python3-setuptools,
- python3-six (>= 1.11.0),
+ python3-six,
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/python-team/packages/py-macaroon-bakery.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/py-macaroon-bakery