Bug#893520: ImportError: No module named backports.ssl_match_hostname

2018-03-30 Thread Scott Kitterman
On Fri, 30 Mar 2018 23:04:49 -0400 Jason Pleau wrote: > Small typo in my previous email, the .prerm script contains: > > pyclean -p python-backports.ssl-match-hostname > > I had another package in my clipboard, just wanted to clear that up so > there's no confusion :) Thanks. That's helpful.

Bug#893520: ImportError: No module named backports.ssl_match_hostname

2018-03-30 Thread Jason Pleau
Small typo in my previous email, the .prerm script contains: pyclean -p python-backports.ssl-match-hostname I had another package in my clipboard, just wanted to clear that up so there's no confusion :) -- Jason Pleau

Bug#893520: ImportError: No module named backports.ssl_match_hostname

2018-03-30 Thread Jason Pleau
Hi. I was also affected by this bug and I managed to reproduce it. > Why do you think that the file going missing is a python-minimal bug? The missing file seems to be generated by the postinst script which contains: pycompile -p python-backports.ssl-match-hostname But, there's also a .prerm s

Bug#893520: ImportError: No module named backports.ssl_match_hostname

2018-03-22 Thread Scott Kitterman
On Mon, 19 Mar 2018 17:53:00 +0100 Laurent Bigonville wrote: > reassign 893520 python-minimal 2.7.14-4 ... > > > So (force) purging python-backports.ssl-match-hostname and reinstalling > it fixed the isssue... > > When purging dpkg showed the following lines: > > Suppression de python-backport

Bug#893520: ImportError: No module named backports.ssl_match_hostname

2018-03-19 Thread Laurent Bigonville
reassign 893520 python-minimal 2.7.14-4 thanks On Mon, 19 Mar 2018 17:35:28 +0100 Laurent Bigonville wrote: > Hi, > > Seems that python-docker completely fails: > > >>> import docker > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.7/dist-packages/docker/__

Bug#893520: ImportError: No module named backports.ssl_match_hostname

2018-03-19 Thread Laurent Bigonville
Package: python-docker Version: 2.5.1-1 Severity: grave Hi, Seems that python-docker completely fails: >>> import docker Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/docker/__init__.py", line 2, in from .api import APIClient File "/us