Source: click
Version: 0.5.0-10
Severity: normal

Dear Maintainer,

The library python3-six is obsolete and slowly being removed from Debian.

It's used a single time through 'click' for something quite trivial.

Instead of depending on python3-six,
this single line could have been patched this way:

-from six import integer_types
+integer-types = (int,)

Greetings


tchet@brix /tmp/click-0.5.0 $ grep six debian/ -r
debian/control: python3-six,
debian/tests/control: python3-six,

tchet@brix /tmp/click-0.5.0 $ grep six -r | grep import
click_package/tests/test_database.py:from six import integer_types
debian/patches/1001_fully-adjust-DEFAULT_ROOT-if-set-via-configure-option.patch:-from
 six import integer_types
debian/patches/1001_fully-adjust-DEFAULT_ROOT-if-set-via-configure-option.patch:+from
 six import integer_types
debian/patches/1005_silence-gi-repository-import-warnings.patch: from six 
import integer_types

Reply via email to