From b7441c09a37d205c59dbd4465fcc86987047ffd0 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:09:44 +0100 Subject: [PATCH] debian: add missing commas --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3703a9c..a36f60f 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), flake8, python-all, python-coverage, - python-cryptography + python-cryptography, python-http-ece, python-mock, python-nose, @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9), python-flake8, python3-all, python3-coverage, - python3-cryptography + python3-cryptography, python3-flake8, python3-http-ece, python3-mock,