diff options
author | Rob Austein <sra@hactrn.net> | 2017-06-08 23:43:45 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-06-08 23:43:45 -0400 |
commit | 2b2380823c93bffddf662259e319305dcac4928b (patch) | |
tree | e02b77748bcac35fc1d4a9275580210574ebbeaf | |
parent | 1f2bce7a6aba39599e888a6bbe47f8fad4e98acb (diff) |
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.
-rwxr-xr-x | scripts/build-debian-control-files.py | 1 |
1 files changed, 1 insertions, 0 deletions
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}} |