sslyze: remove python3_12, unsupported. See https://github.com/nabla-c0d3/sslyze/issues/627

This commit is contained in:
Anton Bolshakov 2023-11-30 13:24:39 +08:00
parent 2e8e008367
commit 1e9181146c
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Fast and full-featured SSL scanner"

View file

@ -1,10 +1,11 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
# fails to start with 3.12, see: https://github.com/nabla-c0d3/sslyze/issues/627
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Fast and full-featured SSL scanner"