From 29f2b2db2f29295a9494ea7b972902895cc511fa Mon Sep 17 00:00:00 2001 From: Douglas Agbeve Date: Mon, 24 May 2021 15:02:45 +0200 Subject: [PATCH] dev-python/pybluez: python3_{9..10} support Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Douglas Agbeve Closes: https://github.com/gentoo/gentoo/pull/20840 Signed-off-by: Sam James --- dev-python/pybluez/pybluez-0.23.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/pybluez/pybluez-0.23.ebuild b/dev-python/pybluez/pybluez-0.23.ebuild index 2326d32493b12..f865c30c8ecd9 100644 --- a/dev-python/pybluez/pybluez-0.23.ebuild +++ b/dev-python/pybluez/pybluez-0.23.ebuild @@ -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}"