python: cleanup

This commit is contained in:
Anton Bolshakov 2021-07-14 15:55:05 +08:00
parent af979ee5fd
commit deb8cd79db
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# TODO: add py3.* support
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit python-r1

View file

@ -19,8 +19,8 @@ IUSE="test"
DEPEND=""
RDEPEND="=dev-python/nassl-4*[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.6[${PYTHON_USEDEP}]
>=dev-python/tls_parser-1.2.2[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7 )"
>=dev-python/tls_parser-1.2.2[${PYTHON_USEDEP}]"
# $(python_gen_cond_dep 'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_7 )"
src_prepare(){
rm -r tests