Bug#838638: [Cloud-packages] Bug#838638: /usr/bin/python3-google-api-tools broken; missing several dependencies, does not work even after doing so

2016-09-23 Thread Thomas Goirand
On 09/23/2016 11:31 PM, Steinar H. Gunderson wrote: > On Fri, Sep 23, 2016 at 11:27:11PM +0200, Thomas Goirand wrote: >>> But in 2.7, there are tons of similar issues. >> Like what? I really don't think so. > > pannekake:~> /usr/bin/python2-google-api-tools > Traceback (most recent call last): >

Bug#838638: [Cloud-packages] Bug#838638: /usr/bin/python3-google-api-tools broken; missing several dependencies, does not work even after doing so

2016-09-23 Thread Steinar H. Gunderson
On Fri, Sep 23, 2016 at 11:27:11PM +0200, Thomas Goirand wrote: >> But in 2.7, there are tons of similar issues. > Like what? I really don't think so. pannekake:~> /usr/bin/python2-google-api-tools Traceback (most recent call last): File "/usr/bin/python2-google-api-tools", line 6, in from

Bug#838638: [Cloud-packages] Bug#838638: /usr/bin/python3-google-api-tools broken; missing several dependencies, does not work even after doing so

2016-09-23 Thread Thomas Goirand
On 09/23/2016 03:53 PM, Steinar H. Gunderson wrote: > On Fri, Sep 23, 2016 at 03:47:08PM +0200, Thomas Goirand wrote: >> If I'm not mistaking, that's not what's going on. httplib is a standard >> Python 2.7 library, but in Python 3, it was renamed as "http". So here, >> we're in a case of

Bug#838638: [Cloud-packages] Bug#838638: /usr/bin/python3-google-api-tools broken; missing several dependencies, does not work even after doing so

2016-09-23 Thread Thomas Goirand
Here's a patch, produced by sixer (you can install it, I maintain it in Sid) using: sixer -w all googlecloudapis/apitools/base/py/base_api.py As you can see, it contains some of six.moves stuff to make it Py3 compatible. Without it, python3-google-api-tools will not work. Cheers, Thomas

Bug#838638: [Cloud-packages] Bug#838638: /usr/bin/python3-google-api-tools broken; missing several dependencies, does not work even after doing so

2016-09-23 Thread Steinar H. Gunderson
On Fri, Sep 23, 2016 at 03:47:08PM +0200, Thomas Goirand wrote: > If I'm not mistaking, that's not what's going on. httplib is a standard > Python 2.7 library, but in Python 3, it was renamed as "http". So here, > we're in a case of not-good-enough Python 3 support. But in 2.7, there are tons of

Bug#838638: [Cloud-packages] Bug#838638: /usr/bin/python3-google-api-tools broken; missing several dependencies, does not work even after doing so

2016-09-23 Thread Thomas Goirand
On 09/23/2016 10:34 AM, Steinar H. Gunderson wrote: > Package: python3-google-apputils > Version: 0.4.1-1 > Severity: grave > > Hi, > > python3-google-apputils packages /usr/bin/python3-google-api-tools, but > completely fails to declare the dependencies it needs: > > pannekake:~>

Bug#838638: /usr/bin/python3-google-api-tools broken; missing several dependencies, does not work even after doing so

2016-09-23 Thread Steinar H. Gunderson
Package: python3-google-apputils Version: 0.4.1-1 Severity: grave Hi, python3-google-apputils packages /usr/bin/python3-google-api-tools, but completely fails to declare the dependencies it needs: pannekake:~> /usr/bin/python3-google-api-tools Traceback (most recent call last): File