commit: bc7bd5e24f1aed7ca836ce086ca18599b5b5bba3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 21 19:27:27 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 21 19:27:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7bd5e2
dev-python/oslo-config: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/oslo-config/oslo-config-10.0.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/oslo-config/oslo-config-10.0.0.ebuild
b/dev-python/oslo-config/oslo-config-10.0.0.ebuild
index 507b0396188d..8cd2d342761a 100644
--- a/dev-python/oslo-config/oslo-config-10.0.0.ebuild
+++ b/dev-python/oslo-config/oslo-config-10.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=pbr
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -45,8 +45,9 @@ distutils_enable_tests unittest
src_prepare() {
# broken by some dep upgrade
- sed -i -e '/DeprecationWarningTestsNoOsloLog/,$d' \
- oslo_config/tests/test_cfg.py || di
+ sed -i oslo_config/tests/test_cfg.py \
+ -e '/DeprecationWarningTestsNoOsloLog/,$d' \
+ -e 's/test_sub_command_multiple/_&/' || die
distutils-r1_src_prepare
}