From c04fa525fcd36e45a5fd0a4e9aaa081de6d4d495 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Thu, 20 Jan 2022 11:53:45 +0100 Subject: [PATCH] chore(linux): Revert workaround for Python bug A new version of python3-requests-cache is now available in Debian and Ubuntu that fixes the bug, so we can revert the workaround. This reverts commit 10e169739d6b4250a33ef4a2d1bf3ead21419691. --- linux/debian/control | 3 --- 1 file changed, 3 deletions(-) diff --git a/linux/debian/control b/linux/debian/control index 74394fe2a2..e24a4e7425 100644 --- a/linux/debian/control +++ b/linux/debian/control @@ -14,9 +14,6 @@ Build-Depends: liblocale-gettext-perl, perl, python3-all (>= 3.5), - python3-all (<< 3.9.10) | python3-all (>= 3.10), - python3-all (<< 3.10.2), - python3.6 | python3.8 | python3.9 (<< 3.9.10) | python3.10 (<< 3.10.2), python3-dbus, python3-gi, python3-lxml,