From d7c707467f3f4794cf786806ea479fdad6e516c2 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Sun, 17 May 2020 17:48:06 +0200 Subject: [PATCH] Deprecate python2, add support for python3 (#1338) --- .doozer.json | 2 -- debian/control | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.doozer.json b/.doozer.json index be99b378d..9498a6834 100644 --- a/.doozer.json +++ b/.doozer.json @@ -234,7 +234,6 @@ "libpcre2-dev", "libdvbcsa-dev", "python3", - "python3-requests", "debhelper", "ccache" ], @@ -261,7 +260,6 @@ "libpcre2-dev", "libdvbcsa-dev", "python3", - "python3-requests", "debhelper", "ccache" ], diff --git a/debian/control b/debian/control index cbfd28318..1bf3afd28 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tvheadend Section: video Priority: extra Maintainer: Adam Sutton -Build-Depends: debhelper (>= 7.0.50), pkg-config, gettext, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, git-core, liburiparser-dev, python, python-requests, ca-certificates, cmake, libpcre2-dev | libpcre3-dev, libdvbcsa-dev +Build-Depends: debhelper (>= 7.0.50), pkg-config, gettext, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, git-core, liburiparser-dev, python | python3, python-requests | python3, ca-certificates, cmake, libpcre2-dev | libpcre3-dev, libdvbcsa-dev Standards-Version: 3.7.3 Package: tvheadend -- 2.47.3