commit:     69539bc422c022e64eef537abdda0cb04f15d64e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 05:41:17 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 16 05:41:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69539bc4

sci-astronomy/sirilic: add Python 3.10

Signed-off-by: Sam James <sam <AT> gentoo.org>

 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 e7bdfc38c45f..9a431ab22e09 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=""

Reply via email to