From d142c1c8f82c995fd05cc6cbeff56ac4a94c0b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 29 Aug 2018 12:05:04 +0200 Subject: [PATCH] debian: add missing python-pytest build dependency (#25773) --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index f6e1692..b09f01b 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,13 @@ Maintainer: Frederic Peters Build-Depends: debhelper (>= 9), python-all (>= 2.6), python-crypto, + python-pytest, python-requests, python-setuptools (>= 0.6b3), python-six, python3-all, python3-crypto, + python3-pytest, python3-requests, python3-setuptools, python3-six