Package: python-autopep8
Version: 0.9.1-2
Followup-For: Bug #817860
Dear Maintainer,
python-autopep8 should really depend on python-pep8 as Clint suggests.
I think this is how the story is like:
1. python-autopep8 depends on pep8;
2. pep8 used to be a python2 module, so it was bringing in python-pep8
and so the python-autopep8 package was fine;
3. however pep8 is now a python3 module, so it brings in python3-pep8,
but NOT python-pep8;
4. therefore python-autopep8 should really depend explicitly on
python-pep8 and drop the dependendcy on pep8.
If you don't mind, I am going to increase the severity of this bug
report, because the package is unusable like it is right now.
Ciao ciao,
Antonio
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.6.0-rc3-ao2 (SMP w/2 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
Versions of packages python-autopep8 depends on:
ii pep8 1.7.0-2
ii python 2.7.11-2
python-autopep8 recommends no packages.
python-autopep8 suggests no packages.
-- no debconf information
--
Antonio Ospite
http://ao2.it
A: Because it messes up the order in which people normally read text.
See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?