From 8712d28728ff287ecfdf1841c7a1b874e66cf560 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 12 Oct 2018 13:58:28 +0200 Subject: [PATCH] debian: add tests needed dependencies (#26960) --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b09f01b..cec5836 100644 --- a/debian/control +++ b/debian/control @@ -9,12 +9,14 @@ Build-Depends: debhelper (>= 9), python-requests, python-setuptools (>= 0.6b3), python-six, + python-mock, python3-all, python3-crypto, python3-pytest, python3-requests, python3-setuptools, - python3-six + python3-six, + python3-mock Standards-Version: 3.9.1 X-Python-Version: >= 2.7 X-Python3-Version: >= 3.4 -- 2.19.1