dev-python/pyusb: Python 3.7 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sun, 13 Oct 2019 18:32:34 +0000 (14:32 -0400)
committerCraig Andrews <candrews@gentoo.org>
Tue, 15 Oct 2019 15:57:56 +0000 (11:57 -0400)
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>
dev-python/pyusb/pyusb-1.0.2.ebuild

index 61879989a8c5d5f59b80f88fd83994188484e49c..1666b403fe09c8dbff9422f088a77b25db759ac3 100644 (file)
@@ -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