[PKG-Openstack-devel] Bug#889587: python3-editor should Depend: python3-six, not python-six

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sun Feb 4 19:45:02 UTC 2018


Package: python3-editor
Version: 0.4-3
Severity: normal
Tags: patch

python3-editor Depends: python-six, but it should Depends: python3-six.

See also:

   https://lintian.debian.org/tags/python-package-depends-on-package-from-other-python-variant.html

this makes it impossible to run a legacy-free python3-only system if
you need python3-editor installed.

A patch is attached.

  --dkg

-- System Information:
Debian Release: buster/sid
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'oldstable'), (200, 'unstable-debug'), (200, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-editor depends on:
ii  python-six  1.11.0-1
ii  python3     3.6.4-1

python3-editor recommends no packages.

python3-editor suggests no packages.
-------------- next part --------------
diff --git a/debian/control b/debian/control
index 23bc64b..ccc4ac8 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: programmatically open an editor, capture the result - Python 2.7
 
 Package: python3-editor
 Architecture: all
-Depends: python-six, ${python3:Depends}, ${misc:Depends}
+Depends: python3-six, ${python3:Depends}, ${misc:Depends}
 Description: programmatically open an editor, capture the result - Python 3.x
  python-editor is a library that provides the editor module for
  programmatically interfacing with your system's $EDITOR. The user can then


More information about the Openstack-devel mailing list