summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b82ac62..4da41e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ python-service-identity (16.0.0-2) UNRELEASED; urgency=medium
* Adopt package; thanks to Matthias Klose for his work so far.
* Update debian/watch to check signatures and use https.
+ * Switch python{,3}-characteristic dependency to python{,3}-attr
+ (closes: #815385).
-- Tristan Seligmann <mithrandi@debian.org> Sun, 21 Feb 2016 22:45:20 +0200
diff --git a/debian/control b/debian/control
index 58d9cbc..93f0f3f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,14 @@ Build-Depends:
debhelper (>= 9),
dh-python,
python-all,
- python-characteristic,
+ python-attr,
python-idna,
python-openssl,
python-pyasn1-modules,
python-pytest,
python-setuptools,
python3-all,
- python3-characteristic,
+ python3-attr,
python3-idna,
python3-openssl,
python3-pyasn1-modules,