Bug#903218: marked as done (python3-opengl: fails to install with python3.7 installed)

2018-08-01 Thread Debian Bug Tracking System
Your message dated Wed, 01 Aug 2018 08:48:54 + with message-id and subject line Bug#903218: fixed in pyopengl 3.1.0+dfsg-2 has caused the Debian Bug report #903218, regarding python3-opengl: fails to install with python3.7 installed to be marked as done. This means that you claim that the

Bug#903218: python3-opengl: fails to install with python3.7 installed

2018-07-31 Thread PICCA Frederic-Emmanuel
looking at the fedora project they renames async -> async_ https://koji.fedoraproject.org/koji/buildinfo?buildID=1097515

Bug#903218:

2018-07-31 Thread PICCA Frederic-Emmanuel
In code search I found another package affected by this problem. Which seems to embed pyOpenGL. https://codesearch.debian.net/search?q=OpenGL.raw.GL.SGIX.async&perpkg=1 Cheers

Bug#903218:

2018-07-31 Thread PICCA Frederic-Emmanuel
looking at the fedora project they renames async -> async_ https://koji.fedoraproject.org/koji/buildinfo?buildID=1097515

Bug#903218: Fails to install due to SyntaxError

2018-07-22 Thread Matthias Klose
async is now a keyword. The module has to be renamed. Upstream seems to be a little bit dead, looking at the ML... so maybe coordinate with other distro how to rename it?

Bug#903218: python3-opengl: fails to install with python3.7 installed

2018-07-11 Thread Simon McVittie
On Wed, 11 Jul 2018 at 11:37:37 -0300, eamanu15 wrote: > This bug maybe have a relationship with #902788 python3-minimal needs > Breaks for software/modules broken by 3.7, isn't? Yes. First someone needs to fix this bug in python3-opengl, and then the maintainer of python3.7 needs to add Breaks:

Bug#903218: python3-opengl: fails to install with python3.7 installed

2018-07-11 Thread eamanu15
>Mail to a bug doesn't automatically go to the bug submitter: you have >to Cc them (either by their own address or the N-submitter@ alias) >if you want to contact them. Ok Thanks! This bug maybe have a relationship with #902788 python3-minimal needs Breaks for software/modules broken by 3.7,

Bug#903218: python3-opengl: Fails to install due to SyntaxError

2018-07-11 Thread Simon McVittie
On Sun, 08 Jul 2018 at 13:18:00 -0300, eamanu15 wrote: > Hello Paul, Mail to a bug doesn't automatically go to the bug submitter: you have to Cc them (either by their own address or the N-submitter@ alias) if you want to contact them. > I build the package 3.1.0+dfsg version using sbuild -A

Bug#903218: Fails to install due to SyntaxError

2018-07-08 Thread eamanu15
Hello Paul, Thanks for send the bug. I build the package 3.1.0+dfsg version using sbuild -A -s and I don't have any problem. How do you install it? Regards! -- Arias Emmanuel https://www.linkedin.com/in/emmanuel-arias-437a6a8a http://eamanu.com

Bug#903218: Presents itself with Python 3.7

2018-07-07 Thread Paul R. Tagliamonte
With Python 2.6: ``` paultag@nyx:~/dev/local$ python3.6 Python 3.6.6 (default, Jun 27 2018, 14:44:17) [GCC 8.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import foo.async Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No m

Bug#903218: Fails to install due to SyntaxError

2018-07-07 Thread Paul R. Tagliamonte
Package: python3-opengl Severity: serious thanks ``` Setting up python3-opengl (3.1.0+dfsg-1) ... File "/usr/lib/python3/dist-packages/OpenGL/GL/SGIX/async.py", line 58 from OpenGL.raw.GL.SGIX.async import * ^ SyntaxError: invalid syntax ``` This is serious b