Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881561 - dev-python/python-nbxmpp needs to depend on a specific libsoup slot
Summary: dev-python/python-nbxmpp needs to depend on a specific libsoup slot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 881557
  Show dependency tree
 
Reported: 2022-11-16 21:02 UTC by Matt Turner
Modified: 2022-11-18 07:57 UTC (History)
2 users (show)

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 Matt Turner gentoo-dev 2022-11-16 21:02:13 UTC
python-nbxmpp depends on libsoup without a slot requirement:

> dev-python/python-nbxmpp/python-nbxmpp-2.0.6.ebuild:	net-libs/libsoup[introspection]
> dev-python/python-nbxmpp/python-nbxmpp-3.2.4.ebuild:	net-libs/libsoup[introspection]
> dev-python/python-nbxmpp/python-nbxmpp-3.2.5.ebuild:	net-libs/libsoup[introspection]

It needs to depend on libsoup:2.4 so that I can unmask libsoup:3.0.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-11-17 04:57:33 UTC
That really sounds like a libsoup design flaw...
Comment 3 Larry the Git Cow gentoo-dev 2022-11-18 07:57:34 UTC
The bug has been closed via the following commit(s):

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

commit 9168f4c3095f29aba2f267c8d9b7329a6001ca96
Author:     brahmajit das <listout@protonmail.com>
AuthorDate: 2022-11-17 17:48:30 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-11-18 07:57:30 +0000

    dev-python/python-nbxmpp: Fix libsoup dependencies without slot requirement
    
    Closes: https://bugs.gentoo.org/881561
    Signed-off-by: brahmajit das <listout@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/28313
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../{python-nbxmpp-2.0.6.ebuild => python-nbxmpp-2.0.6-r1.ebuild}     | 4 ++--
 .../{python-nbxmpp-3.2.4.ebuild => python-nbxmpp-3.2.4-r1.ebuild}     | 4 ++--
 .../{python-nbxmpp-3.2.5.ebuild => python-nbxmpp-3.2.5-r1.ebuild}     | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)