From d60ef6c3a4677ae214f2d445ad21941e51ef8010 Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Wed, 10 Jun 2020 17:50:02 +0200 Subject: [PATCH] Fix build dependency for python3 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index cdc4fce..91e107d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mailnag Section: mail Priority: optional Maintainer: Patrick Ulbrich -Build-Depends: debhelper (>= 9), gettext, python (>= 3.5) +Build-Depends: debhelper (>= 9), gettext, python3 (>= 3.5) X-Python-Version: >= 3.5 Standards-Version: 3.9.5 Homepage: https://github.com/pulb/mailnag