Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691418 - net-im/gajim: wrong PYTHON_USEDEP on dev-libs/gobject-introspection
Summary: net-im/gajim: wrong PYTHON_USEDEP on dev-libs/gobject-introspection
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-04 11:18 UTC by Mart Raudsepp
Modified: 2019-08-19 09:19 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mart Raudsepp gentoo-dev 2019-08-04 11:18:11 UTC
dev-libs/gobject-introspection is a python-single-r1.eclass using ebuild. It only installs tools that use python, does not expose anything for other consumers to use in python. You shouldn't be having a $PYTHON_USEDEP on your gobject-introspection dep. Please remove it from all your ebuilds.

gobject-introspection is losing python2 from its PYTHON_COMPAT, but fortunately this isn't a real problem for gajim, as it already doesn't support python2 in any of its versions. So you can probably just remove it without worry and definitely WITHOUT a revbump, as there will be no practical changes (unlike for 2 other packages doing this that happen to still support python2)
Comment 1 Larry the Git Cow gentoo-dev 2019-08-19 09:19:47 UTC
The bug has been closed via the following commit(s):

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

commit af867e27bfc163708aa1f91e1cbdf035a77480bf
Author:     Hanno <hanno@gentoo.org>
AuthorDate: 2019-08-19 09:19:24 +0000
Commit:     Hanno <hanno@gentoo.org>
CommitDate: 2019-08-19 09:19:24 +0000

    net-im/gajim: Fix wrong PYTHON_USEDEP.
    
    Closes: https://bugs.gentoo.org/691418
    Signed-off-by: Hanno Boeck <hanno@gentoo.org>
    Package-Manager: Portage-2.3.72, Repoman-2.3.17

 net-im/gajim/gajim-1.0.3-r1.ebuild | 2 +-
 net-im/gajim/gajim-1.0.3.ebuild    | 2 +-
 net-im/gajim/gajim-1.1.3.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)