From 1f897d2c4318a78976bcfb81d668f65ef2d909f0 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 8 Jan 2019 14:50:08 +0800 Subject: [PATCH] debian packaging: recommend python3 or python2 Closes #5492. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8612d6192..d098a606d 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: friendly interactive shell Package: fish-common Architecture: all Depends: ${misc:Depends} -Recommends: fish, python (>=2.6) +Recommends: fish, python3 (>= 3.3) | python (>=2.7) Suggests: xdg-utils Replaces: fish (<= 2.1.1.dfsg-2) Description: friendly interactive shell (architecture-independent files)