Package: python3-debianbts
Version: 3.0.2~bpo10+1
Severity: normal
X-Debbugs-Cc: [email protected]
Proxy support in python3-debianbts does not work. The underlying reason
may be a bug in pysimplesoap:
>>> import debianbts
>>> debianbts.set_soap_proxy('http://192.168.12.34:3128')
>>> debianbts.get_bugs('reportbug')
Calling get_bugs with positional arguments is deprecated, please use keyword
arguments instead.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/debianbts/debianbts.py", line 427, in
get_bugs
soap_client = _build_soap_client()
File "/usr/lib/python3/dist-packages/debianbts/debianbts.py", line 522, in
_build_soap_client
return SoapClient(**_soap_client_kwargs)
File "/usr/lib/python3/dist-packages/pysimplesoap/client.py", line 140, in
__init__
self.http = Http(timeout=timeout, cacert=cacert, proxy=proxy,
sessions=sessions)
File "/usr/lib/python3/dist-packages/pysimplesoap/transport.py", line 92, in
__init__
import socks
ModuleNotFoundError: No module named 'socks'
>>>
-- System Information:
Debian Release: 10.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-11-amd64 (SMP w/4 CPU threads)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages python3-debianbts depends on:
ii python3 3.7.3-1
ii python3-pysimplesoap 1.16.2-1
python3-debianbts recommends no packages.
python3-debianbts suggests no packages.
-- no debconf information