[Python-modules-commits] [python-trezor] 01/04: Fix dependencies on python{,3}-hidapi; these should be python{,3}-hid (closes: #885105).
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sun Dec 24 12:16:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-trezor.
commit 56c9590cca90de40acbc7c51a661387dddb93d65
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Sun Dec 24 11:44:06 2017 +0200
Fix dependencies on python{,3}-hidapi; these should be python{,3}-hid (closes: #885105).
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0299631..08e1b42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-trezor (0.7.16-3) unstable; urgency=medium
+
+ * Fix dependencies on python{,3}-hidapi; these should be python{,3}-hid
+ (closes: #885105).
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 24 Dec 2017 11:44:04 +0200
+
python-trezor (0.7.16-2) unstable; urgency=medium
* Add some missing copyright information (closes: #884188).
diff --git a/debian/control b/debian/control
index 44cb676..54f4ab3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,14 +9,14 @@ Build-Depends:
dh-python,
python-all,
python-ecdsa,
- python-hidapi,
+ python-hid,
python-mnemonic,
python-protobuf,
python-requests,
python-setuptools,
python3-all,
python3-ecdsa,
- python3-hidapi,
+ python3-hid,
python3-mnemonic,
python3-protobuf,
python3-requests,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-trezor.git
More information about the Python-modules-commits
mailing list