Bug#744145: [python-pip] The problem comes from de-vendorize.patch

2014-10-23 Thread Daniele Tricoli
Hello Yannick, requests' maintainer here. On Tuesday 21 October 2014 22:14:49 Yannick Roehlly wrote: A quick fix would be to use from httplib import IncompleteRead in the de-vendorize.patch (even if the IncompleteRead will not be raised by requests any more). I fixed this inside requests

Bug#744145: [python-pip] The problem comes from de-vendorize.patch

2014-10-21 Thread Yannick Roehlly
Package: python-pip Version: 1.5.6-2 --- Please enter the report below this line. --- The problem comes from de-vendorize.patch: --- a/pip/download.py +++ b/pip/download.py @@ -19,13 +19,13 @@ [...] -from pip._vendor.requests.compat import IncompleteRead [...] +from requests.compat import