diff options
author | 2024-05-31 10:00:38 +0200 | |
---|---|---|
committer | 2024-05-31 10:00:38 +0200 | |
commit | eb46c9a108c52975c27fcbb962962b26e862854d (patch) | |
tree | 1e0055f44f215c6152417923cc009f6379cdbd0c /profiles/base | |
parent | net-libs/libmbim: enable py3.12, tests pass (diff) | |
download | gentoo-eb46c9a108c52975c27fcbb962962b26e862854d.tar.gz gentoo-eb46c9a108c52975c27fcbb962962b26e862854d.tar.bz2 gentoo-eb46c9a108c52975c27fcbb962962b26e862854d.zip |
profiles: base: pyside2, shiboken2 don't support >=py3_12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index bcf382eb7323..96701b3e118b 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -5,6 +5,8 @@ # Only up to python 3.11 supported, bug #929546 <dev-util/kdevelop-python-24.07.50:5 python_single_target_python3_11 ~www-client/falkon-23.08.5 python_single_target_python3_11 +dev-python/pyside2 python_targets_python3_11 +dev-python/shiboken2 python_targets_python3_11 # Arthur Zamarin <arthurzam@gentoo.org> (2024-03-23) # Used by pkgcheck, so let's make it easier for all developers to install it |