From: Flole998 Date: Sun, 17 May 2020 15:48:06 +0000 (+0200) Subject: Deprecate python2, add support for python3 (#1338) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c707467f3f4794cf786806ea479fdad6e516c2;p=thirdparty%2Ftvheadend.git Deprecate python2, add support for python3 (#1338) --- 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