[Cryptech-Commits] [releng/alpha] 03/04: Add PyCrypto dependency on Debian and Ubuntu too.
git at cryptech.is
git at cryptech.is
Wed Jun 14 14:06:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.
commit 2b2380823c93bffddf662259e319305dcac4928b
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Thu Jun 8 23:43:45 2017 -0400
Add PyCrypto dependency on Debian and Ubuntu too.
We don't really need PyCrypto for most things, and installing it on
the fly is easy with apt-get, but it's not worth trying to explain why
it's always included on OSX and has to be installed manually on Linux.
---
scripts/build-debian-control-files.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/build-debian-control-files.py b/scripts/build-debian-control-files.py
index a6ff169..58f2d8a 100755
--- a/scripts/build-debian-control-files.py
+++ b/scripts/build-debian-control-files.py
@@ -34,6 +34,7 @@ Architecture: any
Depends: python,
python-serial (>= 3.0),
python-tornado (>= 4.0),
+ python-crypto,
${{misc:Depends}},
${{python:Depends}},
${{shlibs:Depends}}
More information about the Commits
mailing list