Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955202 - net-dns/knot-resolver: depends on dev-python/tomli
Summary: net-dns/knot-resolver: depends on dev-python/tomli
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Nicolas PARLANT
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 955191
  Show dependency tree
 
Reported: 2025-05-01 18:27 UTC by Michał Górny
Modified: 2025-05-04 06:42 UTC (History)
1 user (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-05-01 18:27:28 UTC
This package has an unconditional dependency on dev-python/tomli which is unnecessary with Python 3.11 and newer. Please see the tracker bug for more information.
Comment 1 Larry the Git Cow gentoo-dev 2025-05-04 06:42:49 UTC
The bug has been closed via the following commit(s):

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

commit 23f3d0c7e76accca65b3a74163015430cc0dcbd1
Author:     Nicolas PARLANT <nicolas.parlant@parhuet.fr>
AuthorDate: 2025-05-02 05:05:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-05-04 06:42:26 +0000

    net-dns/knot-resolver: use tomllib instead of toml
    
    update the patch for pytest replacing toml (not packaged), by tomllib.
    upstream still allows python3.8, so no issue for now.
    
    Closes: https://bugs.gentoo.org/955202
    Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
    Part-of: https://github.com/gentoo/gentoo/pull/41892
    Signed-off-by: Sam James <sam@gentoo.org>

 ...i.patch => knot-resolver-6.0.12-pytest_tomllib.patch} | 16 +++++-----------
 net-dns/knot-resolver/knot-resolver-6.0.12.ebuild        |  3 +--
 2 files changed, 6 insertions(+), 13 deletions(-)