From 79674ea892048dd58b746662a2904af649c87d3f Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sat, 19 Sep 2020 00:11:09 +0300 Subject: [PATCH] Drop python from build dependencies I don't see where it can be required. And plus there is no python package in debian:testing anymore, only: - python2 - python3 So that said that you cannot build debian package on debian:testing anymore (but debian:stable don't have gcc9 for example). Everything would be great, if there will be packages for python2, i.e. python2-lxml, but there isn't, I guess because python2 had been deprecated long time ago... So it looks like converting to python3 is coming. Just for the history, now it is: - debian:stable -> buster - debian:testing -> bullseye --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 58efd711d27..1014b8b0a3c 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9), libicu-dev, libreadline-dev, gperf, - python, tzdata Standards-Version: 3.9.8