From 5a8685b26cb0891a361460ca09769339267ebbbd Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 6 Feb 2020 12:46:00 +0800 Subject: [PATCH] debian packaging: bump Python requirement to 3.5+ Work on #6537. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ef9a72cf0..04c5589b2 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Description: friendly interactive shell Package: fish-common Architecture: all Depends: ${misc:Depends} -Recommends: fish, python3 (>= 3.3) | python (>=2.7) +Recommends: fish, python3 (>= 3.5) Suggests: xdg-utils Replaces: fish (<= 2.1.1.dfsg-2) Description: friendly interactive shell (architecture-independent files)