Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933475 - No PYTHON_TARGETS=python3_12 for backports-tarfile
Summary: No PYTHON_TARGETS=python3_12 for backports-tarfile
Status: RESOLVED FIXED
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: 2024-06-03 14:17 UTC by Michal Jakubowski
Modified: 2024-06-03 15:32 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 Michal Jakubowski 2024-06-03 14:17:51 UTC
T14s ~ # emerge -pv =dev-python/backports-tarfile-1.2.0

These are the packages that would be merged, in order:

Calculating dependencies /

!!! Problem resolving dependencies for =dev-python/backports-tarfile-1.2.0
... done!
Dependency resolution took 1.16 s (backtrack: 0/20).


!!! The ebuild selected to satisfy "=dev-python/backports-tarfile-1.2.0" has unmet requirements.
- dev-python/backports-tarfile-1.2.0::gentoo USE="-test" ABI_X86="(64)" PYTHON_TARGETS="-pypy3 -python3_10 -python3_11"

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

Reproducible: Always
Comment 1 Alfred Wingate 2024-06-03 14:52:19 UTC
This is a backport of a python3.12 module, if you are using python3.12 you dont need it.

If you accidentally have it in your world file you should remove it.