Package: python3-influxdb
Severity: normal
Dear Maintainer,
Installing python3-influxdb pulls in python 2.x packages. This is due to the
dependency on python-six (instead of python3-six).
Currently debian/control contains:
| Package: python3-influxdb
| Architecture: all
| Depends: ${misc:Depends},
| ${python3:Depends},
| python3-requests,
| python-six (>= 0.1.9)
I think this should change to the following:
| Package: python3-influxdb
| Architecture: all
| Depends: ${misc:Depends},
| ${python3:Depends},
| python3-requests,
| python3-six (>= 0.1.9)
-- System Information:
Debian Release: stretch/sid
APT prefers xenial-updates
APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500,
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Kernel: Linux 4.4.0-98-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)