Bug#1088906: python3-pyninjotiff: please consider one-line patch to remove stray six usage
Alexandre Detiste
alexandre.detiste at gmail.com
Mon Dec 2 19:43:40 GMT 2024
Package: python3-pyninjotiff
Version: 0.4.0-3
Severity: wishlist
Forwarded: https://github.com/pytroll/pyninjotiff/pull/34
Hi,
I'm reviewing the old packages that could be removed once in while;
I stumble again on this one.
It's so trivial, could this patch be applied in Debian
(+ trimming d/control)
Greetings
Alexandre
--- a/pyninjotiff/ninjotiff.py
+++ b/pyninjotiff/ninjotiff.py
@@ -209,7 +209,7 @@ def product_names(self):
def read_config(self, config_filename=None):
"""Read the ninjo products config file."""
- from six.moves.configparser import RawConfigParser
+ from configparser import RawConfigParser
import ast
def _eval(val):
More information about the Pkg-grass-devel
mailing list