[Python-modules-team] Bug#793024: python-docker: Requires websocket-client = 0.32

2015-07-20 Thread Felipe Sateler
Package: python-docker Version: 1.3.0-1 Severity: serious Justification: renders package unusable Hi, The new 1.3.0 has a requirements.txt with websocket-client = 0.32.0, which is not satisfiable in debian. Example trace from docker-compose: Traceback (most recent call last): File

[Python-modules-team] Bug#793024: python-docker: Requires websocket-client = 0.32

2015-07-20 Thread Tianon Gravi
On 20 July 2015 at 10:38, Tianon Gravi admwig...@gmail.com wrote: Although I'm not sure yet where that's coming from (posting in case someone watching this bug already knows and can tell us a good fix faster than I can dig and figure it out). :) Turns out the deps were encoded verbatim in no

[Python-modules-team] Bug#793024: python-docker: Requires websocket-client = 0.32

2015-07-20 Thread Tianon Gravi
On 20 July 2015 at 07:49, Felipe Sateler fsate...@debian.org wrote: The new 1.3.0 has a requirements.txt with websocket-client = 0.32.0, which is not satisfiable in debian. Example trace from docker-compose: I'm a little confused by this because we actually patch requirements.txt to fix the

[Python-modules-team] Bug#793024: python-docker: Requires websocket-client = 0.32

2015-07-20 Thread Tianon Gravi
On 20 July 2015 at 09:53, Tianon Gravi admwig...@gmail.com wrote: When I test from a build of docker-compose, I see the same error as your original. That's really bizarre, and I'm not sure where it's getting the original requirements.txt content from. Ok, slightly more information.

[Python-modules-team] Bug#793024: python-docker: Requires websocket-client = 0.32

2015-07-20 Thread Felipe Sateler
On 20 July 2015 at 15:07, Tianon Gravi admwig...@gmail.com wrote: On 20 July 2015 at 10:38, Tianon Gravi admwig...@gmail.com wrote: Although I'm not sure yet where that's coming from (posting in case someone watching this bug already knows and can tell us a good fix faster than I can dig and

[Python-modules-team] Bug#793024: python-docker: Requires websocket-client = 0.32

2015-07-20 Thread Tianon Gravi
On 20 July 2015 at 09:49, Tianon Gravi admwig...@gmail.com wrote: I've written up some simple code to just test this and I'm getting a completely different error to the backtrace you've got (even if I install pip and force install a newer 0.32+ websocket-client): When I test from a build of

[Python-modules-team] Bug#793024: python-docker: Requires websocket-client = 0.32

2015-07-20 Thread Tianon Gravi
On 20 July 2015 at 09:45, Tianon Gravi admwig...@gmail.com wrote: I'm working on some simple code to try and test this support now to see what's wrong and whether we have an easy fix. I've written up some simple code to just test this and I'm getting a completely different error to the