summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-03-18 22:01:46 -0400
committerRick Farina <zerochaos@gentoo.org>2020-03-18 22:11:57 -0400
commit59197072ff113bc196965252b9bc8448341ee156 (patch)
tree1df237e1a1ca04fc25c0cc73c85e19a439f7ca52 /dev-python
parent231778b208f2145c56639f480608451161ddb026 (diff)
downloadgentoo-59197072ff113bc196965252b9bc8448341ee156.tar.gz
gentoo-59197072ff113bc196965252b9bc8448341ee156.tar.bz2
gentoo-59197072ff113bc196965252b9bc8448341ee156.zip
dev-python/pyusb: adding python3_8
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyusb/pyusb-1.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild b/dev-python/pyusb/pyusb-1.0.2.ebuild
index 1a0858382292..f6dfae4b0c7f 100644
--- a/dev-python/pyusb/pyusb-1.0.2.ebuild
+++ b/dev-python/pyusb/pyusb-1.0.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
inherit distutils-r1