summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Agbeve <douglas@agbeve.com>2021-05-24 15:02:45 +0200
committerSam James <sam@gentoo.org>2021-06-01 11:42:46 +0000
commit29f2b2db2f29295a9494ea7b972902895cc511fa (patch)
tree6760b1d0ff19285d605233570f0f4a4e45730c07 /dev-python/pybluez/pybluez-0.23.ebuild
parentdev-python/pyaudio: add Python 3.9 (diff)
downloadgentoo-29f2b2db2f29295a9494ea7b972902895cc511fa.tar.gz
gentoo-29f2b2db2f29295a9494ea7b972902895cc511fa.tar.bz2
gentoo-29f2b2db2f29295a9494ea7b972902895cc511fa.zip
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>
Diffstat (limited to 'dev-python/pybluez/pybluez-0.23.ebuild')
-rw-r--r--dev-python/pybluez/pybluez-0.23.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pybluez/pybluez-0.23.ebuild b/dev-python/pybluez/pybluez-0.23.ebuild
index 2326d32493b1..f865c30c8ecd 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}"