From 2b2380823c93bffddf662259e319305dcac4928b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 8 Jun 2017 23:43:45 -0400 Subject: 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(+) (limited to 'scripts/build-debian-control-files.py') 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}} -- cgit v1.2.3