From c82e00409b4f7110e4743cf62d67990f6e6cdca3 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Fri, 15 May 2020 23:47:29 +0200 Subject: [PATCH] Use python3 on focal --- .doozer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.doozer.json b/.doozer.json index 8658620ce..be99b378d 100644 --- a/.doozer.json +++ b/.doozer.json @@ -233,8 +233,8 @@ "liburiparser-dev", "libpcre2-dev", "libdvbcsa-dev", - "python", - "python-requests", + "python3", + "python3-requests", "debhelper", "ccache" ], @@ -260,8 +260,8 @@ "liburiparser-dev", "libpcre2-dev", "libdvbcsa-dev", - "python", - "python-requests", + "python3", + "python3-requests", "debhelper", "ccache" ], -- 2.47.2