dev-python/pybluez: python3_{9..10} support

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Douglas Agbeve <douglas@agbeve.com>
Closes: https://github.com/gentoo/gentoo/pull/20840
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Douglas Agbeve
2021-05-24 15:02:45 +02:00
committed by Sam James
parent b42e01e241
commit 29f2b2db2f

View File

@@ -1,10 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
MY_P="PyBluez-${PV}"