dev-python/pyudev: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 22:39:35 +0000 (17:39 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 22:43:46 +0000 (17:43 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/pyudev/pyudev-0.21.0.ebuild

index 17e8665f3f09cb208f952c2a6b6daf5201275108..d63e221d1ea759ca60bab4643a749cfab5124316 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1