From a0cd01e7033a735941eec21da51b48323a91ba62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 4 Jan 2020 14:08:32 +0100 Subject: [PATCH] debian: add missing python-cryptography build dep --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 6674f40..3703a9c 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), flake8, python-all, python-coverage, + python-cryptography python-http-ece, python-mock, python-nose, @@ -16,6 +17,7 @@ Build-Depends: debhelper (>= 9), python-flake8, python3-all, python3-coverage, + python3-cryptography python3-flake8, python3-http-ece, python3-mock,