[Python-modules-commits] [python-trezor] 07/07: Add pydist-overrides to get versioned dependencies.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sun May 29 13:30:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-trezor.
commit b1425f69d610aed584649249d20c087691b2c6b2
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Sun May 29 15:28:05 2016 +0200
Add pydist-overrides to get versioned dependencies.
---
debian/changelog | 1 +
debian/control | 1 -
debian/pydist-overrides | 4 ++++
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4cec4f5..faca23b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-trezor (0.6.11-1) unstable; urgency=medium
[ Tristan Seligmann ]
* Bump Standards-Version to 3.9.8 (no changes).
* Update Vcs-* URLs.
+ * Add pydist-overrides to get versioned dependencies.
-- Tristan Seligmann <mithrandi at debian.org> Sun, 29 May 2016 15:23:31 +0200
diff --git a/debian/control b/debian/control
index b10840a..824c825 100644
--- a/debian/control
+++ b/debian/control
@@ -18,4 +18,3 @@ Description: library for communicating with TREZOR Bitcoin HW wallet
TREZOR is an isolated environment for offline transaction signing and using
a small display you can visually verify the transaction contents. That's why
all operations using TREZOR are entirely safe.
-
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
new file mode 100644
index 0000000..a1cd9fe
--- /dev/null
+++ b/debian/pydist-overrides
@@ -0,0 +1,4 @@
+ecdsa python-ecdsa; PEP386
+protobuf python-protobuf; PEP386
+mnemonic python-mnemonic; PEP386
+hidapi python-hid; PEP386
--
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