commit: 29f2b2db2f29295a9494ea7b972902895cc511fa
Author: Douglas Agbeve <douglas <AT> agbeve <DOT> com>
AuthorDate: Mon May 24 13:02:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:42:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f2b2db
dev-python/pybluez: python3_{9..10} support
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Douglas Agbeve <douglas <AT> agbeve.com>
Closes: https://github.com/gentoo/gentoo/pull/20840
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 2326d32493b..f865c30c8ec 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}"