From 69539bc422c022e64eef537abdda0cb04f15d64e Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 16 May 2022 05:41:17 +0000 Subject: [PATCH] sci-astronomy/sirilic: add Python 3.10 Signed-off-by: Sam James --- sci-astronomy/sirilic/sirilic-1.14.3.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sci-astronomy/sirilic/sirilic-1.14.3.ebuild b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild index e7bdfc38c45f0..9a431ab22e098 100644 --- a/sci-astronomy/sirilic/sirilic-1.14.3.ebuild +++ b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Preparing acquisition files for processing with the SiriL software" @@ -16,10 +16,5 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" - $(python_gen_cond_dep ' - dev-python/wxpython:4.0[${PYTHON_USEDEP}] - ' python3_{8,9}) -" +DEPEND="dev-python/wxpython:4.0[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" -BDEPEND=""