Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955774 - sys-apps/apparmor-utils: needs upgrade to Python 3.13 (PythonCompatUpdate)
Summary: sys-apps/apparmor-utils: needs upgrade to Python 3.13 (PythonCompatUpdate)
Status: RESOLVED DUPLICATE of bug 952709
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-10 12:34 UTC by Matthew Brewer
Modified: 2025-05-10 22:47 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 Matthew Brewer 2025-05-10 12:34:53 UTC
This package does not support python 3.13, which is now the default version of python on Gentoo.
This bug mirrors https://bugs.gentoo.org/933461 (which was for 3.12)

Reproducible: Always

Steps to Reproduce:
1. Try to emerge apparmor-utils without setting python version
2.
3.
Actual Results:  
# emerge -1 sys-apps/apparmor-utils
Calculating dependencies /

!!! Problem resolving dependencies for sys-apps/apparmor-utils                                                       ... done!
Dependency resolution took 0.55 s (backtrack: 0/20).


!!! The ebuild selected to satisfy "sys-apps/apparmor-utils" has unmet requirements.
- sys-apps/apparmor-utils-3.1.4-r1::gentoo USE="" PYTHON_TARGETS="-python3_11 -python3_12"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( python_targets_python3_11 python_targets_python3_12 )

Expected Results:  
installing apparmor-utils

Workaround by adding the following to package.use:

sys-apps/apparmor-utils PYTHON_TARGETS: python3_12 python3_13
Comment 1 Greg Kubaryk 2025-05-10 22:22:39 UTC
Either this is a duplicate or it could be repurposed for a stabilization request.

*** This bug has been marked as a duplicate of bug 952709 ***
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-05-10 22:42:54 UTC
Filed bug 955805 for that.
Comment 3 Matthew Brewer 2025-05-10 22:47:26 UTC
Ah, sorry about that, my search skills failed me. It seems I just need to upgrade to apparmor 4. 

Thank you!