aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-06-08 23:43:45 -0400
committerRob Austein <sra@hactrn.net>2017-06-08 23:43:45 -0400
commit2b2380823c93bffddf662259e319305dcac4928b (patch)
treee02b77748bcac35fc1d4a9275580210574ebbeaf /scripts
parent1f2bce7a6aba39599e888a6bbe47f8fad4e98acb (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.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-debian-control-files.py1
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}}