dev-python/priority: Port to python3.10

Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Jakov Smolic
2021-05-07 00:17:41 +01:00
committed by Michał Górny
parent 68b748e48c
commit 073255a0bf

View File

@@ -1,8 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{7,8,9})
EAPI=7
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
@@ -16,7 +17,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
DEPEND="
BDEPEND="
test? ( >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}] )
"