From cc56080408ff4dffb78adfb9c8cd24c4a491eada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Sun, 28 May 2023 11:49:08 +0200 Subject: [PATCH] dev-python/signedjson: enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Vaněk Signed-off-by: Sam James --- dev-python/signedjson/signedjson-1.1.4.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild b/dev-python/signedjson/signedjson-1.1.4.ebuild index 29514814670a3..ee2e179afeea6 100644 --- a/dev-python/signedjson/signedjson-1.1.4.ebuild +++ b/dev-python/signedjson/signedjson-1.1.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -25,9 +25,6 @@ RDEPEND=" dev-python/canonicaljson[${PYTHON_USEDEP}] dev-python/pynacl[${PYTHON_USEDEP}] dev-python/unpaddedbase64[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/importlib-metadata[${PYTHON_USEDEP}] - ' python3_9) " BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}]