From d281faf241d08015dd6629550937727edc64245d Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Mon, 19 Jun 2017 19:56:07 +0200 Subject: [PATCH] d/control: drop pyblake2 if python >= 3.5 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3e7fc44e..f85b0fa6 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), python3-all, python3-nose, python3-setuptools, - python3-pyblake2, + python3 (>= 3.5) | python3-pyblake2, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DMOD/ -- GitLab