Package: fish
Version: 3.1.0-1.1
Severity: normal
Tags: patch

Trying to run fish without python3-distutils installed results in the 
following error:

$ fish_config
Traceback (most recent call last):
  File "/usr/share/fish/tools/web_config/webconfig.py", line 11, in <module>
    from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils.spawn'

Installing python3-distutils resolves this issue.



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.5.0-1-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fish depends on:
ii  bc                         1.07.1-2+b2
ii  dpkg                       1.19.7
ii  firefox-esr [www-browser]  68.7.0esr-1
ii  fish-common                3.1.0-1.1
ii  konqueror [www-browser]    4:19.08.2-2+b1
ii  libc6                      2.30-4
ii  libpcre2-32-0              10.34-7
ii  libstdc++6                 10-20200410-1
ii  libtinfo6                  6.2-1
ii  lynx [www-browser]         2.9.0dev.5-1
ii  man-db                     2.9.1-1
ii  python3                    3.8.2-3

Versions of packages fish recommends:
ii  xsel  1.2.0+git9bfc13d.20180109-3

Versions of packages fish suggests:
pn  doc-base  <none>

-- no debconf information
>From d3ac2aa91547fe359e00efc5c975e8e25a95e2f7 Mon Sep 17 00:00:00 2001
From: Piper McCorkle <piper...@gmail.com>
Date: Sun, 12 Apr 2020 20:20:14 -0700
Subject: [PATCH] Depend on python3-distutils so fish_config works

---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index de881f1..efb07a3 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Depends: bc,
          lynx | www-browser,
          man-db,
          python3,
+         python3-distutils,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: xsel
-- 
2.26.0

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to