From 4d56d719feaa2146e31ca529dc7d212d01e4e732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 8 Nov 2023 10:27:11 +0100 Subject: [PATCH] dev-python/os-service-types: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild b/dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild index a81ae46db0874..254e9b764c4e2 100644 --- a/dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild +++ b/dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi @@ -15,7 +15,6 @@ HOMEPAGE="https://github.com/openstack/os-service-types" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~riscv x86" -IUSE="" RDEPEND=" >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]