From 3bb374319a1f7d5ba6db2a502a0285e4ac8a7cfb Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 11 Apr 2020 22:18:29 +0800 Subject: [PATCH] debian packaging: recommend python3-distutils for web config Reported downstream as https://bugs.launchpad.net/ubuntu/+source/fish/+bug/1867615 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e6aa58e0b..1e7bb3255 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Package: fish-common Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} -Recommends: fish, python3 (>= 3.5) +Recommends: fish, python3 (>= 3.5), python3-distutils Suggests: xdg-utils Replaces: fish (<= 2.1.1.dfsg-2) Description: friendly interactive shell (architecture-independent files)