Package: pyli
Severity: normal

To fix replace:

  $ cat /usr/lib/emacsen-common/packages/install/pylint
  ...
  if [ ${FLAVOR} = emacs ]; then exit 0; fi
  ...

with:

  case $FLAVOR in emacs|emacs21) exit 0;; esac

Setting up pylint (1.5.6-1) ...
Install pylint for emacs21
install/pylint: Handling install for emacsen flavor emacs21
While compiling toplevel forms in file 
/usr/share/emacs21/site-lisp/pylint/pylint.el:
  !! File error (("Cannot open load file" "tramp"))
Done
ERROR: install script from pylint package failed
dpkg: error processing package pylint (--configure):
 subprocess installed post-installation script returned error exit status 1


-- System Information:
Debian Release: stretch/sid
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- 
http://defun.work/

Reply via email to