Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 706440

Summary: media-libs/clutter-gst-3.0.27 should work with python3
Product: Gentoo Linux Reporter: Ulenrich <ulenrich>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: dev, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 694800    
Attachments: get-braces-for-print-for-python3.patch

Description Ulenrich 2020-01-26 14:08:21 UTC
Created attachment 604620 [details, diff]
get-braces-for-print-for-python3.patch

clutter-gst-3.0.27 should work with python3
there is not any installed *.py file

The only scripts/pso2h.py can be patched.
I don't know if it is used for something
Comment 1 Larry the Git Cow gentoo-dev 2020-02-08 19:26:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448f1c59b7c9458da5535d4cb651175a714ebd11

commit 448f1c59b7c9458da5535d4cb651175a714ebd11
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-02-08 19:20:54 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-02-08 19:25:39 +0000

    media-libs/clutter-gst: Remove unnecessary python dep
    
    configure.ac detects Python and sets HAVE_PYTHON, but the build system
    never uses that. Above that block in configure.ac is a comment that says
    
            check for python (pso2h.py needs it)
    
    but pso2h.py is not used during the build or installed.
    
    Closes: https://bugs.gentoo.org/706440
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 .../clutter-gst/clutter-gst-3.0.27-r1.ebuild       | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)