[Python-modules-commits] [python-trezor] 07/07: Add build deps.

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Dec 12 07:50:20 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 df56eefb7091e7dbdb1b459fed9e028d63632fb9
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Dec 11 15:05:21 2017 +0200

    Add build deps.
---
 debian/control | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a53923d..44cb676 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,18 @@ Build-Depends:
  debhelper (>=9),
  dh-python,
  python-all,
+ python-ecdsa,
+ python-hidapi,
+ python-mnemonic,
+ python-protobuf,
+ python-requests,
  python-setuptools,
  python3-all,
+ python3-ecdsa,
+ python3-hidapi,
+ python3-mnemonic,
+ python3-protobuf,
+ python3-requests,
  python3-setuptools,
 Standards-Version: 4.1.2
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-trezor.git
@@ -17,7 +27,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-trezor.gi
 
 Package: trezor
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-trezor
+Depends: python3-trezor, ${misc:Depends}, ${python3:Depends}
 Section: utils
 Description: utilities for communicating with TREZOR Bitcoin HW wallet
  No matter how unprotected your computer or internet connection might be,

-- 
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