From 749347ff4c45fd217054714f53c6df064bb87a1d 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. (cherry picked from commit 1f897d2c4318a78976bcfb81d668f65ef2d909f0) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 56c1a692f..5368d3c6a 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)