summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-10-13 14:32:34 -0400
committerCraig Andrews <candrews@gentoo.org>2019-10-15 11:57:56 -0400
commit69fff2162684b1ca73eba145fc615d2de838abab (patch)
tree58ce0234245283296342c8227e29414e79a60072 /dev-python/pyusb
parentdev-python/pydiff: EAPI=7 bump (diff)
downloadgentoo-69fff2162684b1ca73eba145fc615d2de838abab.tar.gz
gentoo-69fff2162684b1ca73eba145fc615d2de838abab.tar.bz2
gentoo-69fff2162684b1ca73eba145fc615d2de838abab.zip
dev-python/pyusb: Python 3.7 compatibility
Closes: https://bugs.gentoo.org/696398 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13278 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/pyusb')
-rw-r--r--dev-python/pyusb/pyusb-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild b/dev-python/pyusb/pyusb-1.0.2.ebuild
index 61879989a8c5..1666b403fe09 100644
--- a/dev-python/pyusb/pyusb-1.0.2.ebuild
+++ b/dev-python/pyusb/pyusb-1.0.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1