Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 706440 - media-libs/clutter-gst-3.0.27 should work with python3
Summary: media-libs/clutter-gst-3.0.27 should work with python3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py3-tracker, python-3-incompatible
  Show dependency tree
 
Reported: 2020-01-26 14:08 UTC by Ulenrich
Modified: 2020-02-08 19:26 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
get-braces-for-print-for-python3.patch (clutter-gst-pso2h-with-python3.patch,687 bytes, patch)
2020-01-26 14:08 UTC, Ulenrich
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)