mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
python: cleanup
This commit is contained in:
parent
af979ee5fd
commit
deb8cd79db
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue